aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/Sylvia/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/theme/Sylvia/themeconf.inc.php')
-rw-r--r--template/yoga/theme/Sylvia/themeconf.inc.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/template/yoga/theme/Sylvia/themeconf.inc.php b/template/yoga/theme/Sylvia/themeconf.inc.php
deleted file mode 100644
index 3c99c66cd..000000000
--- a/template/yoga/theme/Sylvia/themeconf.inc.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-$themeconf = array(
- 'template' => 'yoga',
- 'theme' => 'Sylvia',
- 'icon_dir' => 'template/yoga/theme/Sylvia/icon',
- 'admin_icon_dir' => 'template/yoga/icon/admin',
- 'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/',
- 'local_head' => '
-<!--[if IE]>
- <link rel="stylesheet" href="template/yoga/theme/Sylvia/theme-ie.css" type="text/css">
-<![endif]-->
- ',
-);
-?>