aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/dark/themeconf.inc.php
blob: 1d2fb319eaab863d35f277272fb0cba547c94407 (plain)
1
2
3
4
5
6
7
8
9
<?php
$themeconf = array(
  'template' => 'yoga',
  'theme' => 'dark',
  'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon',
  'admin_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/admin',
  'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mymetypes'
);
?>