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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
<!-- Logo -->
<?php if ($this->count('logo')) : ?>
<div class="uk-container uk-container-center no-padding">
<div class="tm-headerbar uk-clearfix">
<a class="tm-logo uk-hidden-small" href="<?php echo $this->get('site_url'); ?>"><?php echo $this->render('logo'); ?></a>
<a class="tm-logo uk-visible-small" href="<?php echo $this->get('site_url'); ?>"><?php echo $this->render('logo-small'); ?></a>
<?php if ($this->count('offcanvas')) : ?>
<a href="#offcanvas" class="uk-navbar-toggle uk-visible-small" data-uk-offcanvas></a>
<?php endif; ?>
</div>
</div>
<?php endif; ?>
Please Log in or Create an account to join the conversation.