Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @param $template string
  *            Template name
  *
  * @return void
  */
 function __construct($template = null)
 {
     $this->template = T3_ACTIVE_TEMPLATE;
     $this->_params = T3Parameter::getInstance();
     $this->_theme_info = T3Common::get_active_themes_info();
     if ($template) {
         $this->_tpl = $template;
         $this->_extend(array($template));
     }
 }