53 lines
1.5 KiB
PHP
53 lines
1.5 KiB
PHP
<?php
|
|
/* Smarty version 3.1.30, created on 2026-05-15 18:51:59
|
|
from "C:\visual studio code\projekty\zurawik.pl\template\partial\Shared\MenuLangBox.tpl" */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '3.1.30',
|
|
'unifunc' => 'content_6a074f2f46c9a3_38684773',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'455b4963dc23e0055ed3fdf4535b245267f82345' =>
|
|
array (
|
|
0 => 'C:\\visual studio code\\projekty\\zurawik.pl\\template\\partial\\Shared\\MenuLangBox.tpl',
|
|
1 => 1778862797,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_6a074f2f46c9a3_38684773 (Smarty_Internal_Template $_smarty_tpl) {
|
|
?>
|
|
<div class="navLang">
|
|
<?php if ($_smarty_tpl->tpl_vars['lang']->value == 'pl') {?>
|
|
<a href="<?php echo $_smarty_tpl->tpl_vars['urlMain']->value;?>
|
|
/en">en</a>
|
|
<?php } else { ?>
|
|
<a href="<?php echo $_smarty_tpl->tpl_vars['urlMain']->value;?>
|
|
/pl">pl</a>
|
|
<?php }?>
|
|
</div>
|
|
|
|
<?php echo '<script'; ?>
|
|
>
|
|
$(document).ready(function(){
|
|
$('.navLang').click(function(){
|
|
$('.navLang').toggleClass('navLangLong');
|
|
});
|
|
$(".navLang").mouseover(function(){
|
|
$(".navLang").addClass('navLangLong');
|
|
});
|
|
$(".navLang").mouseout(function(){
|
|
$(".navLang").removeClass('navLangLong');
|
|
});
|
|
});
|
|
<?php echo '</script'; ?>
|
|
>
|
|
|
|
<?php }
|
|
}
|