Ignore:
Timestamp:
Sep 4, 2004, 10:07:33 AM (20 years ago)
Author:
z0rglub
Message:
  • bug correction : when coming from picture.php on a picture of category.php page superior to the first, the right page was displayed (the one including the element) but the navigation bar was always saying we were on the first page
  • distinguish CSS classes span.dateSelected and span.pageNumberSelected
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_calendar.inc.php

    r497 r514  
    6262      and $calendar_year == $page['calendar_year'])
    6363  {
    64     $years_nav_bar.= ' <span class="selected">'.$calendar_year.'</span>';
     64    $years_nav_bar.= ' <span class="dateSelected">'.$calendar_year.'</span>';
    6565  }
    6666  else
     
    115115        and $calendar_month == $page['calendar_month'])
    116116    {
    117       $months_nav_bar.= ' <span class="selected">';
     117      $months_nav_bar.= ' <span class="dateSelected">';
    118118      $months_nav_bar.= $lang['month'][(int)$calendar_month];
    119119      $months_nav_bar.= '</span>';
Note: See TracChangeset for help on using the changeset viewer.