From 551926d13dbde8a06347d3dda293527dd2ccaa62 Mon Sep 17 00:00:00 2001 From: ceb Date: Fri, 18 Oct 2002 00:58:32 +0000 Subject: [PATCH] update msgbox to use xslt --- phpgwapi/inc/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/functions.inc.php b/phpgwapi/inc/functions.inc.php index cfb4576392..dac020a09e 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -337,7 +337,7 @@ /* load required tpl files */ $GLOBALS['phpgw']->template->set_file('common', 'common.tpl'); $GLOBALS['phpgw']->template->set_file('phpgw', 'phpgw.tpl'); - $GLOBALS['phpgw']->template->set_file('msgbox', 'msgbox.tpl'); + //$GLOBALS['phpgw']->template->set_file('msgbox', 'msgbox.tpl'); /* These default values will be overridden and appended to as needed by template sets */ $GLOBALS['phpgw']->template->set_var('phpgw_top_table_height','0');