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.
<?php if ($this->count('bottom-b')) : ?>
<div id="bottom-b" class="bottom-b-outer uk-cover-background <?php echo $this->get('bottom-b-text-color'); ?>">
<section class="<?php echo $grid_classes; echo $display_classes; ?>" data-uk-grid-match="{target:'> div > .uk-panel'}" data-uk-grid-margin><?php echo $this->render('bottom-b', array('layout'=>$this->get('grid.bottom-b.layout'))); ?> </section>
</div>
<?php endif; ?>
Please Log in or Create an account to join the conversation.