Please Log in or Create an account to join the conversation.
<?php if ($this->count('menu')) : ?>
<div style="z-index:999; position:relative" class="uk-container uk-container-center no-space uk-hidden-small">
<nav class="tm-navbar uk-navbar no-space" <?php if ($this->get('fixed_navigation')) : ?>data-uk-sticky="{top:-400, animation: 'uk-animation-slide-top'}"<?php endif; ?>>
<?php echo $this->render('menu'); ?>
<?php if ($this->count('search')) : ?>
<div class="uk-navbar-flip">
<div class="uk-hidden-small"><?php echo $this->render('search'); ?></div>
</div>
<?php endif; ?>
</nav>
</div>
<?php endif; ?>
<?php if ($this->count('menu')) : ?>
<nav class="tm-navbar uk-navbar no-space uk-hidden-small" <?php if ($this->get('fixed_navigation')) : ?>data-uk-sticky="{top:-400, animation: 'uk-animation-slide-top'}"<?php endif; ?>>
<?php echo $this->render('menu'); ?>
<?php if ($this->count('search')) : ?>
<div class="uk-navbar-flip">
<div class="uk-hidden-small"><?php echo $this->render('search'); ?></div>
</div>
<?php endif; ?>
</nav>
<?php endif; ?>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
<?php if ($this->count('menu')) : ?>
<nav style="z-index:999; position:relative" class="tm-navbar uk-navbar no-space" <?php if ($this->get('fixed_navigation')) : ?>data-uk-sticky="{top:-400, animation: 'uk-animation-slide-top'}"<?php endif; ?>>
<?php echo $this->render('menu'); ?>
<?php if ($this->count('search')) : ?>
<div class="uk-navbar-flip">
<div class="uk-hidden-small"><?php echo $this->render('search'); ?></div>
</div>
<?php endif; ?>
</nav>
<?php endif; ?>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.