Exemple #1
0
 protected function _toHtml()
 {
     if (Mage::helper('cache/varnish')->shouldUse() && !$this->getBypassVarnish() && !Mage::app()->getStore()->isAdmin()) {
         return Mage::helper('cache/varnish')->getEsiTag('madecache/varnish/messages');
     }
     return parent::_toHtml();
 }