diff options
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/clear/themeconf.inc.php | 6 | ||||
-rw-r--r-- | template/yoga/theme/dark/themeconf.inc.php | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/template/yoga/theme/clear/themeconf.inc.php b/template/yoga/theme/clear/themeconf.inc.php index 314e697c4..10b5d104b 100644 --- a/template/yoga/theme/clear/themeconf.inc.php +++ b/template/yoga/theme/clear/themeconf.inc.php @@ -2,8 +2,8 @@ $themeconf = array( 'template' => 'yoga', '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/mimetypes/' + 'icon_dir' => 'template/yoga/icon', + 'admin_icon_dir' => 'template/yoga/icon/admin', + 'mime_icon_dir' => 'template/yoga/icon/mimetypes/' ); ?> diff --git a/template/yoga/theme/dark/themeconf.inc.php b/template/yoga/theme/dark/themeconf.inc.php index 784920150..9785a2916 100644 --- a/template/yoga/theme/dark/themeconf.inc.php +++ b/template/yoga/theme/dark/themeconf.inc.php @@ -2,8 +2,8 @@ $themeconf = array( 'template' => 'yoga', '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/mimetypes/' + 'icon_dir' => 'template/yoga/icon', + 'admin_icon_dir' => 'template/yoga/icon/admin', + 'mime_icon_dir' => 'template/yoga/icon/mimetypes/' ); ?> |