Skip to content

Commit

Permalink
Replace pagination.php by JLayout (html/pagination.php)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmert authored Jul 22, 2016
1 parent 64e2a6c commit 763b2cb
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions administrator/templates/isis/html/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,6 @@
* NOTE: If you override pagination_item_active OR pagination_item_inactive you MUST override them both
*/

/**
* Renders the pagination footer
*
* @param array $list Array containing pagination footer
*
* @return string HTML markup for the full pagination footer
*
* @since 3.0
*/
function pagination_list_footer($list)
{
$html = "<div class=\"pagination pagination-toolbar\">\n";
$html .= $list['pageslinks'];
$html .= "\n<input type=\"hidden\" name=\"" . $list['prefix'] . "limitstart\" value=\"" . $list['limitstart'] . "\" />";
$html .= "\n</div>";

return $html;
}

/**
* Renders the pagination list
Expand Down

0 comments on commit 763b2cb

Please sign in to comment.