mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Update theme_shortcodes.php
This commit is contained in:
@@ -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> </li>';
|
<li><a rel="nofollow" target="_blank" href="'.$data['href'].'" title="'.$data['title'].'"><i class="icon-lg ion-social-'.$id.'-outline"></i></a> </li>';
|
||||||
$text .= "\n";
|
$text .= "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user