X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fabout.php;h=d14b385327fb0d772125e889608826ad68f77e4a;hb=b9a873d7ed3979bb6de827ea831301a336e5327e;hp=cd20c2633260dc67837899ecdbf16ac81cb6984c;hpb=202bcbcc2b67c7c153db1b09b608b62beeba0496;p=squirrelmail.git diff --git a/src/about.php b/src/about.php index cd20c263..d14b3853 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-2006 The SquirrelMail Project Team + * @copyright 1999-2014 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 - 2006 The SquirrelMail Project Team
© The SquirrelMail Project Team

display('footer.tpl'); -?> \ No newline at end of file