X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ftest%2Ftest.php;h=bf17de7026c0c596efb1417c39085d34109dfad7;hp=289817340b9e9cdd591a72e47b18a7a3aa71459f;hb=c4faef335b2362c81b8ebf026d4066c12d70536c;hpb=3d708401d7b7118bcfb1225a47d5fd2646f9d670;ds=sidebyside diff --git a/plugins/test/test.php b/plugins/test/test.php index 28981734..bf17de70 100644 --- a/plugins/test/test.php +++ b/plugins/test/test.php @@ -2,9 +2,9 @@ /** * SquirrelMail Test Plugin - * @copyright © 2006 The SquirrelMail Project Team + * @copyright 2006-2020 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * @version $Id: test.php 11089 2006-04-24 20:08:48Z tokul $ + * @version $Id$ * @package plugins * @subpackage test */ @@ -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');