Skip to content

Instantly share code, notes, and snippets.

@wcodex
Created October 2, 2013 09:47
Show Gist options
  • Save wcodex/6791401 to your computer and use it in GitHub Desktop.
Save wcodex/6791401 to your computer and use it in GitHub Desktop.
How to check for Magento Home Page
if($this->getUrl('') == $this->getUrl('*/*/*', array('_current'=>true, '_use_rewrite'=>true))):
echo "This is magento home page";
else
echo "Oops this is not home page,sorry";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment