Ignore:
Timestamp:
2006/12/13 10:17:06 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/class/pagenav.php

    r405 r818  
    8686            $prev = $this->current - $this->perpage; 
    8787            if ( $prev >= 0 ) { 
    88                 $ret .= '<a href="'.$this->url.$prev.'"><u>&laquo;</u></a> '; 
     88                $ret .= '<a href="'.$this->url.$prev.'"><u>¢«Á°¤Ø</u></a> '; 
    8989            } 
    9090            $counter = 1; 
     
    106106            $next = $this->current + $this->perpage; 
    107107            if ( $this->total > $next ) { 
    108                 $ret .= '<a href="'.$this->url.$next.'"><u>&raquo;</u></a> '; 
     108                $ret .= '<a href="'.$this->url.$next.'"><u>¼¡¤Ø¢ª</u></a> '; 
    109109            } 
    110110        } 
Note: See TracChangeset for help on using the changeset viewer.