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