Ignore:
Timestamp:
Mar 16, 2006, 11:34:45 PM (18 years ago)
Author:
plg
Message:

bug fixed: create_navigation_bar take into account clean URL if requested.

deletion: argument link_class (HTML class of links) in function
create_navigation_bar was removed, useless since branch 1.5.

bug fixed: rate_items are now a configuration parameter (set in config file)

modification: new functions library functions_rate.inc.php to reduce
picture.php length.

bug fixed: categories were never expanded in the menu since clean URLs.

bug fixed: changing pictures sorting order in main page was always
rederecting to root category.

File:
1 edited

Legend:

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

    r1082 r1084  
    7676    $query.= '
    7777    AND (id_uppercat is NULL';
    78     if ( isset( $page['cat'] ) and is_numeric( $page['cat'] ) )
     78    if (isset($page['category']))
    7979    {
    8080      $query.= ' OR id_uppercat IN ('.$page['uppercats'].')';
Note: See TracChangeset for help on using the changeset viewer.