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.
<?php if ($this->count('menu')) : ?>
<div class="menu-inner">
<?php echo $this->render('menu'); ?>
</div>
<?php endif; ?>
<?php if ($this->count('logo')) : ?>
<div class="logo uk-hidden-small">
<a class="tm-logo" href="<?php echo $this->get('site_url'); ?>"><?php echo $this->render('logo'); ?></a>
</div>
<?php endif; ?>
Please Log in or Create an account to join the conversation.