diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/dark/themeconf.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/dark/themeconf.inc.php b/template/yoga/theme/dark/themeconf.inc.php index 1d2fb319e..784920150 100644 --- a/template/yoga/theme/dark/themeconf.inc.php +++ b/template/yoga/theme/dark/themeconf.inc.php @@ -4,6 +4,6 @@ $themeconf = array( 'theme' => 'dark', '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/' ); ?> |