source: trunk/admin/themes/clear/themeconf.inc.php @ 5123

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

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

File size: 319 bytes
Line 
1<?php
2if (!function_exists('selected_admin_menu')) 
3{
4  include_once(PHPWG_ROOT_PATH.'admin/include/functions_themes.inc.php');
5}
6$themeconf = array(
7  'theme'    => 'clear',
8  'parent'   => 'default',
9  'admin_icon_dir' => 'admin/themes/clear/icon',
10  'selected_admin_menu' => selected_admin_menu(),
11);
12?>
Note: See TracBrowser for help on using the repository browser.