aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/Sylvia/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/Sylvia/themeconf.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/theme/Sylvia/themeconf.inc.php b/template/yoga/theme/Sylvia/themeconf.inc.php
index f165bef36..66b953bce 100644
--- a/template/yoga/theme/Sylvia/themeconf.inc.php
+++ b/template/yoga/theme/Sylvia/themeconf.inc.php
@@ -2,9 +2,9 @@
$themeconf = array(
'template' => 'yoga',
'theme' => 'Sylvia',
- 'icon_dir' => 'template/yoga/icon',
+ 'icon_dir' => 'template/yoga/theme/Sylvia/icon',
'admin_icon_dir' => 'template/yoga/icon/admin',
- 'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
+ 'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/',
'local_head' => '',
);
?>