mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
typo
This commit is contained in:
@@ -57,7 +57,7 @@ class plugin_featurebox_item extends e_model
|
|||||||
$ret = $tp->toHTML($this->get('fb_title'), false, 'TITLE');
|
$ret = $tp->toHTML($this->get('fb_title'), false, 'TITLE');
|
||||||
if(isset($parm['url']) && $this->get('fb_imageurl'))
|
if(isset($parm['url']) && $this->get('fb_imageurl'))
|
||||||
{
|
{
|
||||||
return '<a id="featurebox-titleurl-"'.$this->getId().' href="'.$tp->replaceConstants($this->get('fb_imageurl'), 'full').'" title="'.$tp->toAttribute($this->get('fb_title')).'" rel="'.$tp->toAttribute(vartrue($parm['rel'], 'external')).'">'.$ret.'</a>';
|
return '<a id="featurebox-titleurl-'.$this->getId().'" href="'.$tp->replaceConstants($this->get('fb_imageurl'), 'full').'" title="'.$tp->toAttribute($this->get('fb_title')).'" rel="'.$tp->toAttribute(vartrue($parm['rel'], 'external')).'">'.$ret.'</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
return $ret;
|
return $ret;
|
||||||
|
Reference in New Issue
Block a user