Disable the template class

This commit is contained in:
Miles Lott 2001-08-10 02:09:12 +00:00
parent 85bb35cb2b
commit 7b452df191

View File

@ -14,6 +14,7 @@
$phpgw_info['flags'] = array(
'noheader' => True,
'nonavbar' => True,
'disable_Template_class' => True,
'currentapp' => 'notifywindow'
);
include('header.inc.php');