source: trunk/admin/themes/roma/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.

  • Property svn:eol-style set to LF
File size: 253 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'  => 'roma',
8  'parent' => 'default',
9  'selected_admin_menu' => selected_admin_menu(),
10);
11?>
Note: See TracBrowser for help on using the repository browser.