diff options
Diffstat (limited to 'themes/_administration/theme.php')
| -rw-r--r-- | themes/_administration/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/_administration/theme.php b/themes/_administration/theme.php index 865986a6d5..ea5b37f22a 100644 --- a/themes/_administration/theme.php +++ b/themes/_administration/theme.php @@ -30,7 +30,7 @@ if (!defined('WT_WEBTREES')) { $theme_name = "_administration"; // A version number in the path prevents browser-cache problems during upgrade -define('WT_CSS_URL', WT_THEME_URL . 'css-1.5.4/'); +define('WT_CSS_URL', WT_THEME_URL . 'css-1.6.0/'); $headerfile = WT_THEME_DIR . 'header.php'; $footerfile = WT_THEME_DIR . 'footer.php'; |
