X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fdemo%2Fdemo.php;h=4cadfe8ec74c765301576634a86e66dd1fe7b5a5;hp=149831b374099862c04231f1430be0761d6866b9;hb=6d9f22dba5d50ff55b8d6811412feedd3e534acf;hpb=0aa6aa6f4867b8f847c5dd3cdb1fcdce24735166 diff --git a/plugins/demo/demo.php b/plugins/demo/demo.php index 149831b..4cadfe8 100644 --- a/plugins/demo/demo.php +++ b/plugins/demo/demo.php @@ -6,7 +6,7 @@ * This page is used as a place holder for custom plugin * pages that are accessed directly by the client. * - * @copyright © 2006-2007 The SquirrelMail Project Team + * @copyright 2006-2010 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -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');