X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ftest%2Ftest.php;h=25df6251a92c26d3049c57fde74dc39a98237a98;hp=289817340b9e9cdd591a72e47b18a7a3aa71459f;hb=16dd8736f68b753f06df30ff39892ef18579e2ce;hpb=3d708401d7b7118bcfb1225a47d5fd2646f9d670 diff --git a/plugins/test/test.php b/plugins/test/test.php index 28981734..25df6251 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-2012 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');