Alignment fix
[squirrelmail.git] / plugins / test / test.php
index 289817340b9e9cdd591a72e47b18a7a3aa71459f..25df6251a92c26d3049c57fde74dc39a98237a98 100644 (file)
@@ -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');