mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Update e_shortcode.php
This commit is contained in:
@@ -96,9 +96,9 @@ class banner_shortcodes extends e_shortcode
|
||||
|
||||
break;
|
||||
}
|
||||
$text = "<a class='e-tip' href='".e_HTTP.'banner.php?'.$row['banner_id']."' rel='external' title=\"".$tp->toAttribute(varset($row['banner_tooltip'],''))."\">";
|
||||
$text .= $ban_ret;
|
||||
$text .= '</a>';
|
||||
$start = "<a class='e-tip' href='".e_HTTP.'banner.php?'.$row['banner_id']."' rel='external' title=\"".$tp->toAttribute(varset($row['banner_tooltip'],''))."\">";
|
||||
$end = '</a>';
|
||||
$text = $start.$ban_ret.$end;
|
||||
|
||||
if(!empty($row['banner_description']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user