Skip to content

Commit 1b86580

Browse files
committed
Fix XURL icons in landingzero
1 parent 2348442 commit 1b86580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e107_themes/landingzero/theme_shortcodes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function sc_xurl_icons() {
140140
if($data['href'] != '')
141141
{
142142
$text .= '
143-
<li><a rel="nofollow" href="" title="'.$data['title'].'"><i class="icon-lg ion-social-'.$id.'-outline"></i></a>&nbsp;</li>';
143+
<li><a rel="nofollow" href="'.$data['href'].'" title="'.$data['title'].'"><i class="icon-lg ion-social-'.$id.'-outline"></i></a>&nbsp;</li>';
144144
$text .= "\n";
145145
}
146146
}

0 commit comments

Comments
 (0)