Hide language switcher if only one locale is supported
This commit is contained in:
parent
b14df412c1
commit
2e93ab867c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<header>
|
||||
{if isset($supportedLocales)}
|
||||
{if isset($supportedLocales) AND count($supportedLocales) > 1}
|
||||
<div class="locales small-font">
|
||||
<button class="localesBtn small-font" title="{t}Switch language{/t}">
|
||||
{if isset($locale)}
|
||||
|
|
Loading…
Reference in a new issue