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