source: trunk/admin/template/goto/theme/clear/themeconf.inc.php @ 5090

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

feature 1490: first step to provide a clear alternative to goto/roma. Theme
switch in progress. goto/clear is exactly the same as the revision 2.0.a
made by P@t, see http://piwigo.org/ext/extension_view.php?eid=275

File size: 442 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  'template' => 'goto',
8  'theme' => 'clear',
9  'icon_dir' => 'template/yoga/icon',
10  'admin_icon_dir' => 'admin/template/goto/theme/clear/icon',
11  'mime_icon_dir' => 'template/yoga/icon/mimetypes',
12  'selected_admin_menu' => selected_admin_menu(),
13  'local_head' => '',
14);
15?>
Note: See TracBrowser for help on using the repository browser.