Skip to content

Instantly share code, notes, and snippets.

@anunay
Created October 3, 2013 19:29
Show Gist options
  • Save anunay/6815633 to your computer and use it in GitHub Desktop.
Save anunay/6815633 to your computer and use it in GitHub Desktop.
Magento: Get Controller Name
<?php if( $this->getRequest()->getControllerName() !== 'onepage') { ?>
// your javascript statements goes here
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment