aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma/themeconf.inc.php
blob: 1260576abae79305133e31e79618c08a735a6014 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
if (!function_exists('selected_admin_menu')) 
{
  include_once(PHPWG_ROOT_PATH.'admin/include/functions_themes.inc.php');
}
$themeconf = array(
  'theme'  => 'roma',
  'parent' => 'default',
  'selected_admin_menu' => selected_admin_menu(),
);
?>