aboutsummaryrefslogtreecommitdiffstats
path: root/themes/p0w0/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--themes/p0w0/themeconf.inc.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/p0w0/themeconf.inc.php b/themes/p0w0/themeconf.inc.php
new file mode 100644
index 000000000..63d6fda12
--- /dev/null
+++ b/themes/p0w0/themeconf.inc.php
@@ -0,0 +1,6 @@
+<?php
+$themeconf = array(
+ 'theme' => 'p0w0',
+ 'parent' => 'default',
+);
+?>