Monday, June 28, 2010

Magento "Current Url" in any page

<?php
$current_url = $this->helper('core/url')->getCurrentUrl();
?>
Just use this 'helper' method, this will return the current page url in magento.

No comments:

Post a Comment