RFC 3676 says there can't be more in the signature delimiter line than this
[squirrelmail.git] / plugins / listcommands / options.php
index 22e998e5e669190608bb67e9013678390427dce8..eac1e590a2a7762e05b73d6711af33989aebb17d 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-2010 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');