diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/Sylvia/themeconf.inc.php | 4 |
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' => '', ); ?> |