Skip to content

Commit

Permalink
Critterovo sipky nahore i dole
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvie committed Mar 26, 2012
1 parent 8b9a8ed commit a4dae92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.php
Expand Up @@ -900,7 +900,7 @@ function render_listing_navigation($class, $id, $limit, $offset) {
$html.= $this->html->link('<<', "$class/$id/$limit/$offset_prev/$get");
$html.= '-';
$html.= $this->html->link('>>', "$class/$id/$limit/$offset_next/$get");
$html.= '<br />';
$html.= '&nbsp;&nbsp;&nbsp;';
$html.= $this->html->link('new', "$class/new/$get");
return $html;
}
Expand Down Expand Up @@ -1088,6 +1088,7 @@ function process_http_request() {
$limit = is_numeric($PATH_CHUNKS[3]) ? (int) $PATH_CHUNKS[3] : FRONTEND_LISTING_LIMIT;
$offset = isset($PATH_CHUNKS[4]) ? (int) $PATH_CHUNKS[4] : 0;
$where = @is_array($_GET['where']) ? $_GET['where'] : false;
echo $this->render_listing_extensions($class, $id, $limit, $offset, $edit);
echo $this->render_items($class, $id, $limit, $offset, $where, $search, $history);
echo $this->render_listing_extensions($class, $id, $limit, $offset, $edit);
//print_r(array("<pre>",$_SERVER));
Expand Down

0 comments on commit a4dae92

Please sign in to comment.