From 8186e6bf588493658c34f4d733847d968c556e73 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 7 Jun 2001 10:56:32 +0000 Subject: [PATCH] Add link(), formatting --- notify.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/notify.php b/notify.php index 75942fd610..d3b4a9c934 100644 --- a/notify.php +++ b/notify.php @@ -11,8 +11,12 @@ /* $Id$ */ - $phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "notifywindow"); - include("header.inc.php"); + $phpgw_info['flags'] = array( + 'noheader' => True, + 'nonavbar' => True, + 'currentapp' => 'notifywindow' + ); + include('header.inc.php'); ?> @@ -28,11 +32,11 @@ //--> -" alink="blue" vlink="blue" link="blue"> + - + common->hook("",array("email")); + $phpgw->common->hook('notifywindow',array('email')); ?>
Check Now
Check Now