Happy New Year
[squirrelmail.git] / plugins / listcommands / options.php
index 22e998e5e669190608bb67e9013678390427dce8..ca51efb30d953f3d606a8c8b9f55a1686c8cbb85 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Shows options page for managing non-RFC-compliant list subscriptions.
  *
- * @copyright © 1999-2007 The SquirrelMail Project Team
+ * @copyright 1999-2018 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -70,9 +70,10 @@ if (sqGetGlobalVar('addlist', $ignore, SQ_FORM)
 
 
 
-displayPageHeader($color, 'None');
+displayPageHeader($color);
 
 $oTemplate->assign('lists', $lists);
 $oTemplate->display('plugins/listcommands/non_rfc_lists.tpl');
+$oTemplate->display('footer.tpl');