1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-06 06:59:07 +01:00

Merge pull request #978 from GHswitt/patch-1

Use language label instead of fixed "Sign In"
This commit is contained in:
Cameron 2015-04-21 16:23:20 -07:00
commit bd75e69f2d

View File

@ -105,11 +105,11 @@ class theme_shortcodes extends e_shortcode
<li class="divider-vertical"></li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">Sign In <strong class="caret"></strong></a>
<a class="dropdown-toggle" href="#" data-toggle="dropdown">'.LOGIN_MENU_L51.' <strong class="caret"></strong></a>
<div class="dropdown-menu col-sm-12" style="min-width:250px; padding: 15px; padding-bottom: 0px;">
{SOCIAL_LOGIN: size=2x}
';
'; // Sign In
}
else
{
@ -218,4 +218,4 @@ class theme_shortcodes extends e_shortcode
?>
?>