How to output listing url in the theme files

From JReviews Documentation
Revision as of 08:37, 8 June 2015 by Jreviews (Talk | contribs) (Created page with "Use this code to output relative url to the listing: <?php echo $Html->sefLink("",$listing['Listing']['url'], array('return_url'=>true));?>")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Use this code to output relative url to the listing:

<?php echo $Html->sefLink("",$listing['Listing']['url'], array('return_url'=>true));?>