X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fabout.php;h=34fb48fe5c51df464bb4daf1f2558e16744a06b8;hb=1977ab5587905d225c6288141b82f7a6e3d29d02;hp=5a121887e3a2edbe56f957b468c7578f3a2e8a62;hpb=876fdb605dcb48b44b5c0a3a6f2f106c941e5c20;p=squirrelmail.git diff --git a/src/about.php b/src/about.php index 5a121887..34fb48fe 100644 --- a/src/about.php +++ b/src/about.php @@ -10,12 +10,15 @@ * - What more information is needed? * - Display of system information might be restricted * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright 1999-2010 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. */ @@ -29,7 +32,7 @@ displayPageHeader($color); 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'); -?>