diff options
Diffstat (limited to 'themes/fab/theme.php')
| -rw-r--r-- | themes/fab/theme.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/fab/theme.php b/themes/fab/theme.php index b527615adf..f4e695ad97 100644 --- a/themes/fab/theme.php +++ b/themes/fab/theme.php @@ -2,7 +2,7 @@ // FAB theme // // webtrees: Web based Family History software -// Copyright (C) 2013 webtrees development team. +// Copyright (C) 2014 webtrees development team. // // Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. // @@ -18,7 +18,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'); @@ -29,7 +29,7 @@ if (!defined('WT_WEBTREES')) { $theme_name="F.A.B."; // 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'; |
