X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fabout.php;h=d14b385327fb0d772125e889608826ad68f77e4a;hp=108a6ff00f5c38a484513f94597b474bf7dd676a;hb=a9805897ba12de9a63b9a435ccbb49a027d86e4a;hpb=a3bb5005c9346a5d7595a15770b4a6dabc790047 diff --git a/src/about.php b/src/about.php index 108a6ff0..d14b3853 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-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. */ @@ -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');