X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fabout.php;h=e591f806198b4c8f8c92ebc631dfa2cd69eb865b;hp=5a121887e3a2edbe56f957b468c7578f3a2e8a62;hb=75b7d0427336801badc83fecdd4b25da55c6bb81;hpb=876fdb605dcb48b44b5c0a3a6f2f106c941e5c20 diff --git a/src/about.php b/src/about.php index 5a121887..e591f806 100644 --- a/src/about.php +++ b/src/about.php @@ -16,6 +16,9 @@ * @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'); -?>