diff options
Diffstat (limited to 'themes/dark/themeconf.inc.php')
-rw-r--r-- | themes/dark/themeconf.inc.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/dark/themeconf.inc.php b/themes/dark/themeconf.inc.php new file mode 100644 index 000000000..48ed9577c --- /dev/null +++ b/themes/dark/themeconf.inc.php @@ -0,0 +1,6 @@ +<?php +$themeconf = array( + 'theme' => 'dark', + 'parent' => 'default', +); +?> |