コード例 #1
0
 protected function _toHtml()
 {
     return parent::_toHtml();
 }
コード例 #2
0
 /**
  * Check sort option and limits set in System->Configuration and apply them
  * Additionally, set template to block so call from CMS will look like {{block type="featuredproducts/listing"}}
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('nrc_layout/inchoo/featuredproducts/block_featured_products.phtml');
 }