Пример #1
0
 protected function addContent(Mage_Core_Block_Abstract $block)
 {
     if ($this->getRequest()->isGet() && !$this->getRequest()->isPost() && !$this->getRequest()->isXmlHttpRequest()) {
         if ($this->isContentLocked()) {
             return $this;
         }
     }
     return parent::addContent($block);
 }