Changeset 820 for temp/test-xoops.ec-cube.net/html/class/pagenav.php
- Timestamp:
- 2006/12/13 10:19:19 (20 years ago)
- File:
-
- 1 edited
-
temp/test-xoops.ec-cube.net/html/class/pagenav.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/class/pagenav.php
r819 r820 97 97 $ret .= '... '; 98 98 } 99 $ret .= '<a href="'.$this->url.(($counter - 1) * $this->perpage).'"> '.$counter.'</a> ';99 $ret .= '<a href="'.$this->url.(($counter - 1) * $this->perpage).'">|'.$counter.'</a> '; 100 100 if ( $counter == 1 && $current_page > 1 + $offset ) { 101 101 $ret .= '... ';
Note: See TracChangeset
for help on using the changeset viewer.
