/** * @return Template */ public static function getSmarty() { if (is_null(self::$_smarty)) { // self::$_smarty = new SmartyExt(); self::$_smarty = new Template(); } return self::$_smarty; }