From 6bfc478a9b3da04bc5c67cb585979b5d5eeba4bd Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 18 Aug 2006 05:38:08 +0000 Subject: [PATCH] r1079: Change the langcall to be gettext --- global.php | 1 + 1 file changed, 1 insertion(+) diff --git a/global.php b/global.php index 3d2dc58..d886bd4 100755 --- a/global.php +++ b/global.php @@ -26,6 +26,7 @@ define('HTML_CHECKED', ' checked="checked"'); // ################################################################### // initialize template system $bugsys->load('template_fs', 'template', true); +$template->langcall = 'gettext'; $template->set('extension', 'tpl'); $template->set('pre_parse_hook', 'isso_pre_parse_hook'); $template->set('templatedir', 'templates/'); -- 2.22.5