1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-04 19:27:54 +02:00

Update e_shortcode.php

This commit is contained in:
Gábor 2017-01-31 06:49:02 +01:00 committed by GitHub
parent f4d21aaa35
commit 4593cb1cfa

View File

@ -366,7 +366,7 @@ class social_shortcodes extends e_shortcode
$text = '<div class="social-share btn-group hidden-print '.$dir.'">
<a class="'.$tooltip.' btn btn-dropdown btn-default btn-'.$size.' dropdown-toggle" data-toggle="dropdown" href="#" title="Share">'.$label.'</a>
<a class="'.$tooltip.' btn btn-dropdown btn-default btn-'.$size.' dropdown-toggle" data-toggle="dropdown" href="#" title="'.LAN_SOCIAL_204.'">'.$label.'</a>
<ul class="dropdown-menu" role="menu" >
@ -408,4 +408,4 @@ TMPL;
}
?>
?>