source: trunk/admin/themes/roma/themeconf.inc.php @ 5174

Last change on this file since 5174 was 5173, checked in by plg, 14 years ago

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)

  • Property svn:eol-style set to LF
File size: 79 bytes
RevLine 
[2526]1<?php
2$themeconf = array(
[5123]3  'theme'  => 'roma',
4  'parent' => 'default',
[2526]5);
6?>
Note: See TracBrowser for help on using the repository browser.