Ejemplo n.º 1
0
 function init()
 {
     parent::init();
     $this->js(true)->tabs(array('cache' => false));
     $this->tab_template = $this->template->cloneRegion('tabs');
     $this->template->del('tabs');
 }
Ejemplo n.º 2
0
 function init()
 {
     parent::init();
     $this->tab_template = $this->template->cloneRegion('tabs');
     $this->template->del('tabs');
 }