X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fhelp.php;h=0b3dad8de242665cf5991306d87457a2fa124c4d;hb=da0135f62f730728c0c08c1ce5786c6332a366f2;hp=39d4786e19819a20405662ab00eb9e3735d2a9db;hpb=6e515418431c0a99f10705da21366fe7093f95b6;p=squirrelmail.git diff --git a/src/help.php b/src/help.php index 39d4786e..0b3dad8d 100644 --- a/src/help.php +++ b/src/help.php @@ -5,18 +5,21 @@ * * Displays help for the user * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 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. */ require('../include/init.php'); -displayPageHeader($color, 'None' ); +displayPageHeader($color); $helpdir[0] = 'basic.hlp'; $helpdir[1] = 'main_folder.hlp'; @@ -237,4 +240,3 @@ if ( $chapter == 0 || !isset( $helpdir[$chapter-1] ) ) { do_hook('help_bottom', $null); $oTemplate->display('footer.tpl'); -?>