summaryrefslogtreecommitdiff
path: root/themes/clouds/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/clouds/theme.php')
-rw-r--r--themes/clouds/theme.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php
index 209691b73c..e07e9ba3e3 100644
--- a/themes/clouds/theme.php
+++ b/themes/clouds/theme.php
@@ -2,7 +2,7 @@
// Clouds theme
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView Cloudy theme
// Original author w.a. bastein http://genealogy.bastein.biz
@@ -20,7 +20,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');
@@ -48,7 +48,7 @@ function getMenuAsCustomList($menu) {
$theme_name = "clouds";
// 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';