aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/dark/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/dark/themeconf.inc.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/yoga/theme/dark/themeconf.inc.php b/template/yoga/theme/dark/themeconf.inc.php
new file mode 100644
index 000000000..1d2fb319e
--- /dev/null
+++ b/template/yoga/theme/dark/themeconf.inc.php
@@ -0,0 +1,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'
+);
+?>