Sunday 9 September 2012

Match URL in Magento

if (strpos(Mage::helper('core/url')->getCurrentUrl(),'home') != false )
  {
 
  echo "Yes";
 
 } else {

 echo "No";

  } ?>

1 comment:

Note: only a member of this blog may post a comment.