mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
Fix XURL icons in landingzero
This commit is contained in:
parent
2348442068
commit
1b86580401
@ -140,7 +140,7 @@ class theme_shortcodes extends e_shortcode
|
||||
if($data['href'] != '')
|
||||
{
|
||||
$text .= '
|
||||
<li><a rel="nofollow" href="" title="'.$data['title'].'"><i class="icon-lg ion-social-'.$id.'-outline"></i></a> </li>';
|
||||
<li><a rel="nofollow" href="'.$data['href'].'" title="'.$data['title'].'"><i class="icon-lg ion-social-'.$id.'-outline"></i></a> </li>';
|
||||
$text .= "\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user