Ignore:
Timestamp:
Mar 4, 2009, 10:49:21 PM (15 years ago)
Author:
patdenice
Message:

Remove get_html_menu_category function and use smarty abilities.

File:
1 edited

Legend:

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

    r3049 r3171  
    102102    $block->data = array(
    103103      'NB_PICTURE' => $user['nb_total_images'],
    104       'MENU_CATEGORIES_CONTENT' => get_categories_menu(),
     104      'MENU_CATEGORIES' => get_categories_menu(),
    105105      'U_CATEGORIES' => make_index_url(array('section' => 'categories')),
    106106      'U_UPLOAD' => get_upload_menu_link()
Note: See TracChangeset for help on using the changeset viewer.