fsf changes, meant to be rebased on upstream
[squirrelmail.git] / plugins / test / test.php
index 622c35074377885cc1a5e7349c1aaa7e4409b138..a914d36dd0b28842ccfd1a3a9b23baca832148cb 100644 (file)
@@ -2,7 +2,7 @@
 
 /**
  * SquirrelMail Test Plugin
- * @copyright © 2006 The SquirrelMail Project Team
+ * @copyright 2006-2022 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -14,7 +14,7 @@ include_once('../../include/init.php');
 
 global $oTemplate, $color;
 
-displayPageHeader($color, 'none');
+displayPageHeader($color, '');
 
 $oTemplate->display('plugins/test/test_menu.tpl');
 $oTemplate->display('footer.tpl');