1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Use language label instead of fixed "Sign In"

This commit is contained in:
GHswitt
2015-04-21 11:46:43 +02:00
parent 5eac3a81b5
commit f84f168184

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
?>
?>