Don't use regular expressions when you don't need to
[squirrelmail.git] / src / help.php
index ebfa81b19aba60897ccf8799329fbb8fa40eab0d..febca50541b809fcfc8498282f5ed4789bbb02b2 100644 (file)
@@ -5,12 +5,15 @@
  *
  * Displays help for the user
  *
- * @copyright © 1999-2007 The SquirrelMail Project Team
+ * @copyright 1999-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
 
+/** This is the help page */
+define('PAGE_NAME', 'help');
+
 /**
  * Include the SquirrelMail initialization file.
  */
@@ -237,4 +240,3 @@ if ( $chapter == 0 || !isset( $helpdir[$chapter-1] ) ) {
 do_hook('help_bottom', $null);
 
 $oTemplate->display('footer.tpl');
-?>