diff options
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/clear/themeconf.inc.php | 2 | ||||
-rw-r--r-- | template/yoga/theme/dark/themeconf.inc.php | 2 |
2 files changed, 2 insertions, 2 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/' ); ?> 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/' ); ?> |