summaryrefslogtreecommitdiff
path: root/themes/xenea/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/xenea/theme.php')
-rw-r--r--themes/xenea/theme.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/xenea/theme.php b/themes/xenea/theme.php
index 36c9f4c276..faa9be96ef 100644
--- a/themes/xenea/theme.php
+++ b/themes/xenea/theme.php
@@ -2,7 +2,7 @@
// Xenea theme
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.
@@ -19,7 +19,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
@@ -30,7 +30,7 @@ if (!defined('WT_WEBTREES')) {
$theme_name = "xenea";
// A version number in the path prevents browser-cache problems during upgrade
-define('WT_CSS_URL', WT_THEME_URL . 'css-1.5.1/');
+define('WT_CSS_URL', WT_THEME_URL . 'css-1.5.2/');
$headerfile = WT_THEME_DIR.'header.php';
$footerfile = WT_THEME_DIR.'footer.php';