source: trunk/admin/themes/clear/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)

File size: 140 bytes
Line 
1<?php
2$themeconf = array(
3  'theme'    => 'clear',
4  'parent'   => 'default',
5  'admin_icon_dir' => 'admin/themes/clear/icon',
6);
7?>
Note: See TracBrowser for help on using the repository browser.