Changeset 2488 for trunk/admin.php


Ignore:
Timestamp:
Aug 28, 2008, 2:32:39 AM (16 years ago)
Author:
rvelices
Message:
  • based on test_menu by grum (thanks to you) - integration of dynamic menu bar to pwg
  • the menubar is composed now of dynamic blocks that can be ordered/hidden
  • plugins can add their own blocks
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r2434 r2488  
    8080    'U_CONFIG_DISPLAY'=> $conf_link.'default',
    8181    'U_CONFIG_EXTENTS'=> $link_start.'extend_for_templates',
     82    'U_CONFIG_MENUBAR'=> $link_start.'menubar',
    8283    'U_CATEGORIES'=> $link_start.'cat_list',
    8384    'U_MOVE'=> $link_start.'cat_move',
     
    139140// Add the Piwigo Official menu
    140141  $template->assign( 'pwgmenu', pwg_URL() );
    141  
     142
    142143include(PHPWG_ROOT_PATH.'include/page_header.php');
    143144$template->pparse('admin');
Note: See TracChangeset for help on using the changeset viewer.