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