X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fhelp.php;h=ddeba87ec02bff59bb2dca0285f3c22ef4954bd7;hb=199a9ab83772a0d98940eb68837177414a3bcee2;hp=ebfa81b19aba60897ccf8799329fbb8fa40eab0d;hpb=876fdb605dcb48b44b5c0a3a6f2f106c941e5c20;p=squirrelmail.git diff --git a/src/help.php b/src/help.php index ebfa81b1..ddeba87e 100644 --- a/src/help.php +++ b/src/help.php @@ -5,12 +5,15 @@ * * Displays help for the user * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright © 1999-2009 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'); -?>