X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fabout.php;h=879370bfa431b7da0dfc4870de5eb5f182c655a6;hb=1a75323982539550517e4ec6a17f5a0f8df65aac;hp=98ed98da9c342b378554b55002e93c4a12f30bf6;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d;p=squirrelmail.git diff --git a/src/about.php b/src/about.php index 98ed98da..879370bf 100644 --- a/src/about.php +++ b/src/about.php @@ -10,18 +10,21 @@ * - What more information is needed? * - Display of system information might be restricted * - * @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 about page */ +define('PAGE_NAME', 'about'); + /** * Include the SquirrelMail initialization file. */ require('../include/init.php'); -displayPageHeader($color, 'None' ); +displayPageHeader($color); ?>

@@ -29,7 +32,7 @@ displayPageHeader($color, 'None' ); alt="SquirrelMail Logo" />
- +
- +

@@ -55,7 +58,7 @@ echo sprintf(_("SquirrelMail is a feature rich, standards compliant webmail appl echo ' '; // i18n: %s tags are used in order to remove html URL attributes from translation -echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Project Team, see %sthe SquirrelMail website%s."),'',''); +echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Project Team, see %sthe SquirrelMail website%s."),'',''); ?>


@@ -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,8 +86,7 @@ if ( isset($plugins) && count ($plugins) > 0 ) {


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

display('footer.tpl'); -?>