16 lines
572 B
Smarty
16 lines
572 B
Smarty
{extends_parent}
|
|
{block mobilemenuScript append}
|
|
<script>
|
|
wpj.mobilemenu.translations.frontPage = "{t}Úvodní strana{/t}";
|
|
wpj.mobilemenu.translations.blogNews = "{t}Blog a novinky{/t}";
|
|
wpj.mobilemenu.translations.contact = "{t}Kontakt{/t}";
|
|
|
|
wpj.mobilemenu.config.loginUrl = "{url s=login}";
|
|
wpj.mobilemenu.config.favoriteUrl = "{url s=category campaign='F'}";
|
|
wpj.mobilemenu.config.accountUrl = "{url s=account}";
|
|
wpj.mobilemenu.config.blogNewsUrl = "{url s=articles}";
|
|
wpj.mobilemenu.config.contactUrl = "{url s=contact}";
|
|
|
|
</script>
|
|
{/block}
|