X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fabout.php;h=b0577b9a82da8f4b57a9ab4b13ff659a7c4b0345;hb=2999753577cd5fb23d7a88e2978c60d8bade44a6;hp=b048ce02539a9e1ecbf93ca13518142567debae7;hpb=a2b193bc8c1cefe3db9f4b38ce346f0527a0ec0e;p=squirrelmail.git diff --git a/src/about.php b/src/about.php index b048ce02..b0577b9a 100644 --- a/src/about.php +++ b/src/about.php @@ -3,9 +3,6 @@ /** * about.php * - * Copyright (c) 1999-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * An "about box" detailing SquirrelMail info. * * TODO: @@ -13,6 +10,8 @@ * - What more information is needed? * - Display of system information might be restricted * + * @copyright © 1999-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ @@ -24,7 +23,7 @@ define('SM_PATH','../'); /* SquirrelMail required files. */ -require_once(SM_PATH . 'include/validate.php'); +include_once(SM_PATH . 'include/validate.php'); displayPageHeader($color, 'None' ); @@ -33,9 +32,9 @@ displayPageHeader($color, 'None' ); SquirrelMail Logo
- + - +
+
-

@@ -88,6 +87,8 @@ if ( count ($plugins) > 0 ) {

© 1999 - 2005 The SquirrelMail Project Team
© 1999 - 2006 The SquirrelMail Project Team

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