aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--themes/dark/themeconf.inc.php6
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',
+);
+?>