Return to Snippet

Revision: 31339
at September 3, 2010 02:15 by victorburre


Updated Code
<?php 
if (Mage::app()->getStore()->isAdmin()) {
    // your code there
    // ...
}
?>

Revision: 31338
at September 3, 2010 02:14 by victorburre


Updated Code
<?php 
if (Mage::app()->getStore()->isAdmin()) {
    // your code there
    // ...
}

?

Revision: 31337
at September 3, 2010 02:12 by victorburre


Initial Code
Mage::app()->getStore()->isAdmin()

Initial URL


Initial Description


Initial Title
Magento: Check if you are in Admin area

Initial Tags
magento

Initial Language
PHP