From 43fae176e4496bd69e2a3b200b4d2ab9d62d1568 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 22 Dec 2008 03:23:10 +0000 Subject: [PATCH] Don't use 'None' in displayPageHeader() calls git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13381 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/demo/demo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/demo/demo.php b/plugins/demo/demo.php index 149831b3..a6773358 100644 --- a/plugins/demo/demo.php +++ b/plugins/demo/demo.php @@ -25,7 +25,7 @@ if (!in_array('demo', $plugins)) global $oTemplate, $color; -displayPageHeader($color, 'None'); +displayPageHeader($color, ''); $oTemplate->display('plugins/demo/demo.tpl'); $oTemplate->display('footer.tpl'); -- 2.25.1