add space to improve display
[squirrelmail.git] / src / help.php
index ebfa81b19aba60897ccf8799329fbb8fa40eab0d..0b3dad8de242665cf5991306d87457a2fa124c4d 100644 (file)
@@ -11,6 +11,9 @@
  * @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');
-?>