diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 2451be1b7f..07a48e43f0 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -124,6 +124,7 @@ } $page = $_GET['page']; if (strlen($page) == 0) { $page = 0; $_GET['page'] = 0; } + list($paging_controls_mini, $rows_per_page, $var_3) = paging($num_rows, $param, $rows_per_page, true); list($paging_controls, $rows_per_page, $var3) = paging($num_rows, $param, $rows_per_page); $offset = $rows_per_page * $page; @@ -211,6 +212,9 @@ echo " \n"; echo " \n"; + if ($paging_controls_mini != '') { + echo " ".$paging_controls_mini."\n"; + } echo " \n"; echo " \n"; echo " \n";