aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/themeconf.inc.php')
-rw-r--r--themes/default/themeconf.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/default/themeconf.inc.php b/themes/default/themeconf.inc.php
new file mode 100644
index 000000000..0386fc4c6
--- /dev/null
+++ b/themes/default/themeconf.inc.php
@@ -0,0 +1,7 @@
+<?php
+$themeconf = array(
+ 'theme' => 'default',
+ 'icon_dir' => 'themes/default/icon',
+ 'mime_icon_dir' => 'themes/default/icon/mimetypes/',
+);
+?>