Magento Check if flat catalog is enabled Magento December 4, 2012 Pramod T P <?php if (Mage::helper(‘catalog/category_flat’)->isEnabled()) { ?> <?php } ?>