diff options
Diffstat (limited to 'themes/p0w0/themeconf.inc.php')
-rw-r--r-- | themes/p0w0/themeconf.inc.php | 6 |
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', +); +?> |