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/functions_html.inc.php

    r512 r514  
    8787      if ( $temp_start == $start )
    8888      {
    89         $navigation_bar.= ' <span style="font-weight:bold;">'.$i.'</span> ';
     89        $navigation_bar.= ' <span class="pageNumberSelected">'.$i.'</span> ';
    9090      }
    9191      else
Note: See TracChangeset for help on using the changeset viewer.