function setTmpl($tpl, $lang = false) { self::$tpl = $tpl; self::$code = ''; if ($lang) { self::$lang = $lang; } }