aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/clear/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/theme/clear/themeconf.inc.php')
-rw-r--r--template/yoga/theme/clear/themeconf.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/clear/themeconf.inc.php b/template/yoga/theme/clear/themeconf.inc.php
index 0a96b94aa..314e697c4 100644
--- a/template/yoga/theme/clear/themeconf.inc.php
+++ b/template/yoga/theme/clear/themeconf.inc.php
@@ -4,6 +4,6 @@ $themeconf = array(
'theme' => 'clear',
'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon',
'admin_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/admin',
- 'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mymetypes'
+ 'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mimetypes/'
);
?>