1
0
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:
Cameron 2017-01-17 14:50:39 -08:00
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>&nbsp;</li>';
<li><a rel="nofollow" href="'.$data['href'].'" title="'.$data['title'].'"><i class="icon-lg ion-social-'.$id.'-outline"></i></a>&nbsp;</li>';
$text .= "\n";
}
}