| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: pagination.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 116 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| pagination_list_footer($list) X-Ref |
| This is a file to add template specific chrome to pagination rendering. pagination_list_footer Input variable $list is an array with offsets: $list[limit] : int $list[limitstart] : int $list[total] : int $list[limitfield] : string $list[pagescounter] : string $list[pageslinks] : string pagination_list_render Input variable $list is an array with offsets: $list[all] [data] : string [active] : boolean $list[start] [data] : string [active] : boolean $list[previous] [data] : string [active] : boolean $list[next] [data] : string [active] : boolean $list[end] [data] : string [active] : boolean $list[pages] [{PAGE}][data] : string [{PAGE}][active] : boolean pagination_item_active Input variable $item is an object with fields: $item->base : integer $item->link : string $item->text : string pagination_item_inactive Input variable $item is an object with fields: $item->base : integer $item->link : string $item->text : string This gives template designers ultimate control over how pagination is rendered. NOTE: If you override pagination_item_active OR pagination_item_inactive you MUST override them both |
| pagination_list_render($list) X-Ref |
| No description |
| pagination_item_active(&$item) X-Ref |
| No description |
| pagination_item_inactive(&$item) X-Ref |
| No description |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |