Changeset 819 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/13 10:18:39 (19 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
r818 r819 92 92 while ( $counter <= $total_pages ) { 93 93 if ( $counter == $current_page ) { 94 $ret .= '<b>('.$counter.')</b> ';94 $ret .= " <span class=\"orange\"><strong>$counter</strong></span> "; 95 95 } elseif ( ($counter > $current_page-$offset && $counter < $current_page + $offset ) || $counter == 1 || $counter == $total_pages ) { 96 96 if ( $counter == $total_pages && $current_page < $total_pages - $offset ) {
Note: See TracChangeset
for help on using the changeset viewer.
