.... Posted March 29, 2015 at 10:14 PM Share Posted March 29, 2015 at 10:14 PM Hi, Instead of the default media item i wanted to show a custom image in the widget with a link back to the listing. So i tried: <div class="jrWidgetItem"> <a href="<?php echo $listing['Listing']['url'];?>"> <img class="icon" src="image/source.png" style="max-width:100%;"> </a> </div> Which works but it does not show the SEF url. Adding "$Html->sefLink" does not do the trick. How can i get the right URL here? Thank you in advance, Jasper Link to comment
Alejandro Posted March 29, 2015 at 10:28 PM Share Posted March 29, 2015 at 10:28 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
.... Posted March 31, 2015 at 08:26 PM Author Share Posted March 31, 2015 at 08:26 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts