Ejemplo n.º 1
0
 static function resetCurrentTemplateVars()
 {
     self::$_current_template_dir = '';
     self::$_current_template_url = '';
     self::$_current_template_file = '';
     self::$_current_actionbox_obj = null;
     self::$_current_template_style_dir = '';
     self::$_current_template_style_url = '';
 }