1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

link fix (thanks deso)

This commit is contained in:
CaMer0n
2009-12-11 23:49:35 +00:00
parent 5a432e9958
commit dbb3a2d423

View File

@@ -9,9 +9,9 @@
* Featurebox Item model * Featurebox Item model
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/featurebox/includes/item.php,v $ * $Source: /cvs_backup/e107_0.8/e107_plugins/featurebox/includes/item.php,v $
* $Revision: 1.5 $ * $Revision: 1.6 $
* $Date: 2009-12-11 13:11:35 $ * $Date: 2009-12-11 23:49:35 $
* $Author: secretr $ * $Author: e107coders $
* *
*/ */
@@ -95,7 +95,7 @@ class plugin_featurebox_item extends e_model
{ {
return $src; return $src;
} }
$tag = '<img id="featurebox-image-"'.$this->getId().' src="'.$src.'" alt="'.$tp->toAttribute($this->get('fb_title')).'" class="featurebox" />'; $tag = '<img id="featurebox-image-'.$this->getId().'" src="'.$src.'" alt="'.$tp->toAttribute($this->get('fb_title')).'" class="featurebox" />';
if(isset($parm['nourl']) || !$this->get('fb_imageurl')) if(isset($parm['nourl']) || !$this->get('fb_imageurl'))
{ {
return $tag; return $tag;