X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fabout.php;h=b0577b9a82da8f4b57a9ab4b13ff659a7c4b0345;hp=08799e217b4c256f85d63f3b1369251a9a664a7a;hb=6373ad1237c82a561fec8264457e3a3a845f7e87;hpb=3d05d2fc867fe480ddede7da7af082783a30baa9 diff --git a/src/about.php b/src/about.php index 08799e21..b0577b9a 100644 --- a/src/about.php +++ b/src/about.php @@ -3,15 +3,15 @@ /** * 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: * - Insert org_name, provider_url? * - 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 */ @@ -23,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' ); @@ -32,9 +32,9 @@ displayPageHeader($color, 'None' ); SquirrelMail Logo
- + - +
+
-

@@ -54,6 +54,10 @@ echo "
\n
\n"; // i18n: %s tags are used in order to remove html URL attributes from translation echo sprintf(_("SquirrelMail is a feature rich, standards compliant webmail application written in PHP. It was made by a group of volunteers united in the SquirrelMail Project Team and is released as open source, free software under the %sGNU General Public License%s."),'',''); +// add space between two sentences. +// Don't want to join two sprintf strings. +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."),'',''); ?> @@ -78,10 +82,13 @@ if ( count ($plugins) > 0 ) { } else { echo ''._("none installed")."\n\n"; } + ?>

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

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