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/admin/element_set_unit.php

    r1072 r1084  
    189189    count($page['cat_elements_id']),
    190190    $page['start'],
    191     $page['nb_images'],
    192     '');
     191    $page['nb_images']
     192    );
    193193  $template->assign_vars(array('NAV_BAR' => $nav_bar));
    194194
Note: See TracChangeset for help on using the changeset viewer.