Changeset 819


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

Legend:

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

    r818 r819  
    9292            while ( $counter <= $total_pages ) { 
    9393                if ( $counter == $current_page ) { 
    94                     $ret .= '<b>('.$counter.')</b> '; 
     94                    $ret .= " <span class=\"orange\"><strong>$counter</strong></span> "; 
    9595                } elseif ( ($counter > $current_page-$offset && $counter < $current_page + $offset ) || $counter == 1 || $counter == $total_pages ) { 
    9696                    if ( $counter == $total_pages && $current_page < $total_pages - $offset ) { 
Note: See TracChangeset for help on using the changeset viewer.