1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Update theme_shortcodes.php

This commit is contained in:
Gábor
2017-01-18 12:12:24 +01:00
committed by GitHub
parent 18c6baf26c
commit c517dd1a8f

View File

@@ -140,7 +140,7 @@ class theme_shortcodes extends e_shortcode
if($data['href'] != '') if($data['href'] != '')
{ {
$text .= ' $text .= '
<li><a rel="nofollow" href="'.$data['href'].'" title="'.$data['title'].'"><i class="icon-lg ion-social-'.$id.'-outline"></i></a>&nbsp;</li>'; <li><a rel="nofollow" target="_blank" href="'.$data['href'].'" title="'.$data['title'].'"><i class="icon-lg ion-social-'.$id.'-outline"></i></a>&nbsp;</li>';
$text .= "\n"; $text .= "\n";
} }
} }