From 7b452df191c09033c23b4e7b427da023f4e642c0 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 10 Aug 2001 02:09:12 +0000 Subject: [PATCH] Disable the template class --- notify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/notify.php b/notify.php index d3b4a9c934..6011e05ecf 100644 --- a/notify.php +++ b/notify.php @@ -14,6 +14,7 @@ $phpgw_info['flags'] = array( 'noheader' => True, 'nonavbar' => True, + 'disable_Template_class' => True, 'currentapp' => 'notifywindow' ); include('header.inc.php');