source: trunk/admin/template/goto/theme/roma/themeconf.inc.php @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 491 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', /* Goto Admin template */
8  'theme' => 'roma',    /* "roma" is the foundation theme of Piwigo */
9  'icon_dir' => 'template/yoga/icon',
10  'admin_icon_dir' => 'admin/template/goto/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.