Skip to content

Instantly share code, notes, and snippets.

@anunay
Last active December 24, 2015 14:49
Show Gist options
  • Save anunay/6815899 to your computer and use it in GitHub Desktop.
Save anunay/6815899 to your computer and use it in GitHub Desktop.
Magento: Homepage Check V2
<?php
if($this->getUrl('') == $this->getUrl('*/*/*', array('_current'=>true, '_use_rewrite'=>true))):
echo "Homepage";
else:
echo "Not in Homepage";
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment