Changeset 120 for trunk


Ignore:
Timestamp:
Sep 15, 2003, 11:48:21 PM (21 years ago)
Author:
z0rglub
Message:

When we use thumbnails for exploring sub-categories, the categories in the
left menu open with a difference of 1 page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/category.php

    r64 r120  
    379379    }
    380380    $url_link.= '&expand='.$page['expand'];
     381    // we add the category to explore in the expand list
     382    if ( $page['expand'] != '' ) $url_link.= ',';
     383    $url_link.= $subcat_id;
     384
    381385    list( $year,$month,$day ) = explode( '-', $subcat_infos['date_last'] );
    382386    $date = mktime( 0, 0, 0, $month, $day, $year );
Note: See TracChangeset for help on using the changeset viewer.