Example #1
0
 /**
  * Unregisters block function
  *
  * @param string $block Name of template function
  * @return void
  */
 public function unregisterBlock($block)
 {
     $this->_smarty->unregister_block($block);
 }