Настройка темы Universal
Добавление флажков:
В шаблоне для магазина header.desktop.html
после
{if $theme_settings.top_text}
{$theme_settings.top_text}
{/if}
добавить
{if $wa->mylang}
<span class="pull-right" style="margin-top: -5px;">
{$wa->mylang->selectorFlags()}
</span>
{/if}
В мобильной версии header.mobile.html
после
<div class="mobile-menu">
<a href="#menu"><i class="fa fa-bars"></i></a>
</div>
добавить
{if $wa->mylang}
<span style="right:100px; position:absolute;margin-top: 5px;">
{$wa->mylang->selectorFlags()}
</span>
{/if}
Чтобы добавить комментарий, зарегистрируйтесь или войдите
0 комментариев