Changeset 818 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/13 10:17:06 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/class/pagenav.php
r405 r818 86 86 $prev = $this->current - $this->perpage; 87 87 if ( $prev >= 0 ) { 88 $ret .= '<a href="'.$this->url.$prev.'"><u> «</u></a> ';88 $ret .= '<a href="'.$this->url.$prev.'"><u>¢«Á°¤Ø</u></a> '; 89 89 } 90 90 $counter = 1; … … 106 106 $next = $this->current + $this->perpage; 107 107 if ( $this->total > $next ) { 108 $ret .= '<a href="'.$this->url.$next.'"><u> »</u></a> ';108 $ret .= '<a href="'.$this->url.$next.'"><u>¼¡¤Ø¢ª</u></a> '; 109 109 } 110 110 }
Note: See TracChangeset
for help on using the changeset viewer.
