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