Changeset 822 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/13 10:23:09 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/class/pagenav.php
r820 r822 92 92 while ( $counter <= $total_pages ) { 93 93 if ( $counter == $current_page ) { 94 if($counter != 1) $ret .= "¡Ã"; 94 95 $ret .= " <span class=\"orange\"><strong>$counter</strong></span> "; 95 96 } elseif ( ($counter > $current_page-$offset && $counter < $current_page + $offset ) || $counter == 1 || $counter == $total_pages ) { … … 97 98 $ret .= '... '; 98 99 } 99 $ret .= '<a href="'.$this->url.(($counter - 1) * $this->perpage).'">|'.$counter.'</a> '; 100 if($counter != 1) $ret .= "¡Ã"; 101 $ret .= '<a href="'.$this->url.(($counter - 1) * $this->perpage).'">'.$counter.'</a> '; 100 102 if ( $counter == 1 && $current_page > 1 + $offset ) { 101 103 $ret .= '... ';
Note: See TracChangeset
for help on using the changeset viewer.
