summaryrefslogtreecommitdiff
path: root/themes/minimal/theme.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-06-11 14:35:12 +0000
committerfisharebest <fisharebest@gmail.com>2011-06-11 14:35:12 +0000
commitb529b54f4bf8c63ea6d8a099e233d25a2fe79656 (patch)
tree7d843da9f17a83896868ecbc86df9e8b79921d03 /themes/minimal/theme.php
parented3058cb09a7a74ad1c3dda0b91ef370f167a692 (diff)
downloadwebtrees-b529b54f4bf8c63ea6d8a099e233d25a2fe79656.tar.gz
webtrees-b529b54f4bf8c63ea6d8a099e233d25a2fe79656.tar.bz2
webtrees-b529b54f4bf8c63ea6d8a099e233d25a2fe79656.zip
Remove uarrow3.gif/png It was once used to go to the top of the page, but not any more.
Diffstat (limited to 'themes/minimal/theme.php')
-rw-r--r--themes/minimal/theme.php54
1 files changed, 23 insertions, 31 deletions
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php
index b580aa8176..028edf1668 100644
--- a/themes/minimal/theme.php
+++ b/themes/minimal/theme.php
@@ -1,31 +1,27 @@
<?php
-/**
- * Minimal theme
- *
- * webtrees: Web based Family History software
- * Copyright (C) 2011 webtrees development team.
- *
- * Derived from PhpGedView
- * Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * 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
- *
- * @package webtrees
- * @subpackage Themes
- * @version $Id$
- */
+// Minimal theme
+//
+// webtrees: Web based Family History software
+// Copyright (C) 2011 webtrees development team.
+//
+// Derived from PhpGedView
+// Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// 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
+//
+// $Id$
if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
@@ -110,7 +106,6 @@ $WT_IMAGES=array(
'tree'=>WT_THEME_DIR.'images/gedcom.gif',
'uarrow'=>WT_THEME_DIR.'images/uarrow.gif',
'uarrow2'=>WT_THEME_DIR.'images/uarrow2.gif',
- 'uarrow3'=>WT_THEME_DIR.'images/uarrow3.gif',
'udarrow'=>WT_THEME_DIR.'images/udarrow.gif',
'vline'=>WT_THEME_DIR.'images/vline.gif',
'warning'=>WT_THEME_DIR.'images/warning.gif',
@@ -191,6 +186,3 @@ $WT_STATS_MAP_Y = "220";
$WT_STATS_CHART_COLOR1 = "ffffff";
$WT_STATS_CHART_COLOR2 = "555555";
$WT_STATS_CHART_COLOR3 = "cccccc";
-
-// Arrow symbol or icon for up-page links on Help pages
-$UpArrow = "<b>^^&nbsp;&nbsp;</b>";