Please Log in or Create an account to join the conversation.
<?php if ($item->getPrimaryLink()) : ?>
<a href="<?php echo $item->getPrimaryLink()->getUrl(); ?>"><img src="<?php echo $image->getSource(); ?>" alt="" style="max-width: 100%; height: auto;" /></a>
<?php else: ?>
<img src="<?php echo $image->getSource(); ?>" alt="<?php echo $item->getTitle(); ?>" style="max-width: 100%; height: auto;" />
<?php endif; ?>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
template name\roksprocket\layouts\strips\themes\ihr theme ( cards, seperated ect pp\item.php
Please Log in or Create an account to join the conversation.