From b529b54f4bf8c63ea6d8a099e233d25a2fe79656 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sat, 11 Jun 2011 14:35:12 +0000 Subject: Remove uarrow3.gif/png It was once used to go to the top of the page, but not any more. --- themes/fab/theme.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'themes/fab/theme.php') 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='^'; -- cgit v1.3