setTemplate("bmbleb/logs/index.phtml"); $this->_blockGroup = 'bmbleb'; parent::__construct(); } public function getLogContent($logName) { return htmlspecialchars(Mage::helper('combine')->getLogContents($logName)); } }