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

    r1082 r1084  
    3030 *
    3131 */
    32 
    33 $rate_items = array(0,1,2,3,4,5);
    3432
    3533if ($conf['rate'])
     
    110108      );
    111109
    112     foreach ($rate_items as $num => $mark)
     110    foreach ($conf['rate_items'] as $num => $mark)
    113111    {
    114112      $template->assign_block_vars(
Note: See TracChangeset for help on using the changeset viewer.