Changeset 5173 for trunk/admin.php


Ignore:
Timestamp:
Mar 18, 2010, 12:50:53 AM (14 years ago)
Author:
plg
Message:

feature 1515: the new admin menu organization implies to tell the accordion
menu which section to open on page load.

I've moved the single function in functions_themes.inc.php to function.php to
avoid misunderstanding with theme manager.

Ability to preset the active menu (in the future, a plugin may add its admin
page anywhere in the menu, this features needs other change to be possible)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r5153 r5173  
    165165// +-----------------------------------------------------------------------+
    166166
     167$template->assign('ACTIVE_MENU', get_active_menu($page['page']));
     168
    167169if (count($page['errors']) != 0)
    168170{
Note: See TracChangeset for help on using the changeset viewer.