Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SheriSmith/67b44f0952e66e2b8549 to your computer and use it in GitHub Desktop.
Save SheriSmith/67b44f0952e66e2b8549 to your computer and use it in GitHub Desktop.
<?php
$currentUrl = Mage::helper('core/url')->getCurrentUrl();
$url = Mage::getSingleton('core/url')->parseUrl($currentUrl);
$path = $url->getPath();
?>
<h3 style="color: red"><?php echo $currentUrl;?></h3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment