Skip to content

Instantly share code, notes, and snippets.

@kayintveen
Created July 15, 2012 11:59
Show Gist options
  • Save kayintveen/3116426 to your computer and use it in GitHub Desktop.
Save kayintveen/3116426 to your computer and use it in GitHub Desktop.
Magento if homepage condition
if ($this->getUrl('') == $this->getUrl('*/*/*', array('_current'=>true, '_use_rewrite'=>true)) ) {
$_is_home_page = true;
}else {
$_is_home_page = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment