Ignore:
Timestamp:
Dec 1, 2013, 4:03:38 PM (10 years ago)
Author:
mistic100
Message:

feature 2999 : Documentation of menubar function and classes

File:
1 edited

Legend:

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

    r21817 r25762  
    2323
    2424/**
    25  * This file is included by the main page to show the menu bar
    26  *
     25 * @package functions\menubar
    2726 */
    2827
     
    3130initialize_menu();
    3231
     32/**
     33 * Setups each block the main menubar.
     34 */
    3335function initialize_menu()
    3436{
     
    330332  $menu->apply('MENUBAR',  'menubar.tpl' );
    331333}
     334
    332335?>
Note: See TracChangeset for help on using the changeset viewer.