Revision: 31339
Updated Code
at September 3, 2010 02:15 by victorburre
Updated Code
<?php if (Mage::app()->getStore()->isAdmin()) { // your code there // ... } ?>
Revision: 31338
Updated Code
at September 3, 2010 02:14 by victorburre
Updated Code
<?php if (Mage::app()->getStore()->isAdmin()) { // your code there // ... } ?
Revision: 31337
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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