From dbb3a2d423da62bf3e7a453f86855d5b3daba48a Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Fri, 11 Dec 2009 23:49:35 +0000 Subject: [PATCH] link fix (thanks deso) --- e107_plugins/featurebox/includes/item.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_plugins/featurebox/includes/item.php b/e107_plugins/featurebox/includes/item.php index 3cc57e341..1dd4cb39b 100644 --- a/e107_plugins/featurebox/includes/item.php +++ b/e107_plugins/featurebox/includes/item.php @@ -9,9 +9,9 @@ * Featurebox Item model * * $Source: /cvs_backup/e107_0.8/e107_plugins/featurebox/includes/item.php,v $ -* $Revision: 1.5 $ -* $Date: 2009-12-11 13:11:35 $ -* $Author: secretr $ +* $Revision: 1.6 $ +* $Date: 2009-12-11 23:49:35 $ +* $Author: e107coders $ * */ @@ -95,7 +95,7 @@ class plugin_featurebox_item extends e_model { return $src; } - $tag = 'getId().' src="'.$src.'" alt="'.$tp->toAttribute($this->get('fb_title')).'" class="featurebox" />'; + $tag = ''.$tp->toAttribute($this->get('fb_title')).''; if(isset($parm['nourl']) || !$this->get('fb_imageurl')) { return $tag;