diff options
Diffstat (limited to 'themes/minimal/theme.php')
| -rw-r--r-- | themes/minimal/theme.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php index 39636c6d01..b52974f44b 100644 --- a/themes/minimal/theme.php +++ b/themes/minimal/theme.php @@ -2,7 +2,7 @@ // Minimal 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 = "minimal"; // 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'; |
