X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fabout.php;h=e591f806198b4c8f8c92ebc631dfa2cd69eb865b;hp=b0577b9a82da8f4b57a9ab4b13ff659a7c4b0345;hb=cc51047fc1b0a21a0491c34487661698567c2100;hpb=f265009a3bf872cf6c9d9aaefe7949e1688555a0 diff --git a/src/about.php b/src/about.php index b0577b9a..e591f806 100644 --- a/src/about.php +++ b/src/about.php @@ -10,22 +10,21 @@ * - What more information is needed? * - Display of system information might be restricted * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 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'); + /** - * Path for SquirrelMail required files. - * @ignore + * Include the SquirrelMail initialization file. */ -define('SM_PATH','../'); - -/* SquirrelMail required files. */ -include_once(SM_PATH . 'include/validate.php'); +require('../include/init.php'); -displayPageHeader($color, 'None' ); +displayPageHeader($color); ?>

@@ -33,7 +32,7 @@ displayPageHeader($color, 'None' ); alt="SquirrelMail Logo" />
- +
- +

@@ -59,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."),'',''); ?>


@@ -68,11 +67,11 @@ echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Pro

\n"; echo _("The administrator installed the following plugins:"); echo "
\n"; -if ( count ($plugins) > 0 ) { +if ( isset($plugins) && count ($plugins) > 0 ) { sort($plugins); echo "
    \n"; foreach($plugins as $plugin) { @@ -87,8 +86,7 @@ if ( count ($plugins) > 0 ) {

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

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