X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fabout.php;h=e591f806198b4c8f8c92ebc631dfa2cd69eb865b;hb=9785376ec2914ab2f8bd8005680ebd95b106e9f4;hp=108a6ff00f5c38a484513f94597b474bf7dd676a;hpb=a3bb5005c9346a5d7595a15770b4a6dabc790047;p=squirrelmail.git diff --git a/src/about.php b/src/about.php index 108a6ff0..e591f806 100644 --- a/src/about.php +++ b/src/about.php @@ -16,6 +16,9 @@ * @package squirrelmail */ +/** This is the about page */ +define('PAGE_NAME', 'about'); + /** * Include the SquirrelMail initialization file. */ @@ -29,7 +32,7 @@ displayPageHeader($color); alt="SquirrelMail Logo" />
- +
- +

@@ -64,7 +67,7 @@ echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Pro

\n"; echo _("The administrator installed the following plugins:"); echo "
\n"; @@ -83,7 +86,7 @@ if ( isset($plugins) && count ($plugins) > 0 ) {


© 1999 - 2007 The SquirrelMail Project Team
© The SquirrelMail Project Team

display('footer.tpl');