Exemplo n.º 1
0
 /**
  * 
  * @param string $html
  * @return string
  */
 public function render_html($html)
 {
     // Combine local and global data and capture the output
     return View_Front::capture_html($html, $this->_data);
 }