summaryrefslogtreecommitdiff
path: root/themes/_administration/theme.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-10-10 14:07:04 +0100
committerGreg Roach <fisharebest@gmail.com>2014-10-10 14:07:04 +0100
commitde5c69ce53e6fafc33dca5f57a0f1b2e3879f547 (patch)
tree496a1397a504f1db93205d61f490521f9d6d1dc9 /themes/_administration/theme.php
parente667f3d43fbc1ce9ee1d9d6058564e3042c335c2 (diff)
downloadwebtrees-de5c69ce53e6fafc33dca5f57a0f1b2e3879f547.tar.gz
webtrees-de5c69ce53e6fafc33dca5f57a0f1b2e3879f547.tar.bz2
webtrees-de5c69ce53e6fafc33dca5f57a0f1b2e3879f547.zip
The next release will be 1.6.0
Diffstat (limited to 'themes/_administration/theme.php')
-rw-r--r--themes/_administration/theme.php2
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';