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 ($item->getPrimaryLink()) : ?>
<div class="sprocket-tables-link sprocket-tables-cell sprocket-tables-bg1">
<a data-lightbox-type="iframe" data-uk-lightbox href="<?php echo $item->getPrimaryLink()->getUrl(); ?>" class="uk-button"><?php echo $item->getParam('tables_item_link_text'); ?></a>
</div>
<?php endif; ?>
Please Log in or Create an account to join the conversation.