summaryrefslogtreecommitdiff
path: root/themes/fab
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/fab
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/fab')
-rw-r--r--themes/fab/images/uarrow3.gifbin857 -> 0 bytes
-rw-r--r--themes/fab/theme.php8
2 files changed, 1 insertions, 7 deletions
diff --git a/themes/fab/images/uarrow3.gif b/themes/fab/images/uarrow3.gif
deleted file mode 100644
index 6241168658..0000000000
--- a/themes/fab/images/uarrow3.gif
+++ /dev/null
Binary files differ
diff --git a/themes/fab/theme.php b/themes/fab/theme.php
index a7dfcccebb..d0021eb715 100644
--- a/themes/fab/theme.php
+++ b/themes/fab/theme.php
@@ -23,9 +23,7 @@
// 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$
+// $Id$
if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
@@ -152,7 +150,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',
@@ -204,6 +201,3 @@ $WT_STATS_MAP_Y=220;
$WT_STATS_CHART_COLOR1='ffffff';
$WT_STATS_CHART_COLOR2='9ca3d4';
$WT_STATS_CHART_COLOR3='e5e6ef';
-
-// Arrow symbol or icon for up-page links on Help pages
-$UpArrow='<img src="'.WT_THEME_DIR.'images/uarrow3.gif" class="icon" border="0" alt="^" />';