Beispiel #1
0
 /**
  * Before rendering html, but after trying to load cache
  *
  * @return Mage_Core_Block_Abstract
  */
 protected function _beforeToHtml()
 {
     $this->loadSliderSettings();
     return parent::_beforeToHtml();
 }