aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/p0w0/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/theme/p0w0/themeconf.inc.php')
-rw-r--r--template/yoga/theme/p0w0/themeconf.inc.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/yoga/theme/p0w0/themeconf.inc.php b/template/yoga/theme/p0w0/themeconf.inc.php
new file mode 100644
index 000000000..3fb9ad84b
--- /dev/null
+++ b/template/yoga/theme/p0w0/themeconf.inc.php
@@ -0,0 +1,11 @@
+<?php
+$themeconf = array(
+ 'template' => 'yoga',
+ 'theme' => 'p0w0',
+ 'template_dir' => 'template/yoga',
+ 'icon_dir' => 'template/yoga/icon',
+ 'admin_icon_dir' => 'template/yoga/icon/admin',
+ 'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
+ 'local_head' => '<!-- no theme specific head content -->'
+);
+?>