How to output listing url in the theme files

From JReviews Documentation
Revision as of 08:39, 8 June 2015 by Jreviews (Talk | contribs)

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

Relative URL to the listing:

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


Absolute URL to the listing:

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