Moving some HTML out of PHP
[squirrelmail.git] / src / webmail.php
index 4e383aaf5a2168620d1bc67871d05654f77b4658..8836f1ba499e07408f38909df71ea9921cba783a 100644 (file)
  * shown can be given as parameters. If the user is not logged in
  * this file will verify username and password.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../');
 
 /* SquirrelMail required files. */
@@ -74,12 +77,12 @@ $output = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\">\n".
 if ($err==2) {
     echo $output.
          "<body>\n".
-        "<p>You need to have php4 installed with the multibyte string function \n".
-        "enabled (using configure option --enable-mbstring).</p>\n".
-        "<p>System assumed that you accidently switched to Japanese translation \n".
+         "<p>You need to have php4 installed with the multibyte string function \n".
+         "enabled (using configure option --enable-mbstring).</p>\n".
+         "<p>System assumed that you accidently switched to Japanese translation \n".
          "and reverted your language preference to English.</p>\n".
-        "<p>Please refresh this page in order to use webmail.</p>\n".
-        "</body></html>";
+         "<p>Please refresh this page in order to use webmail.</p>\n".
+         "</body></html>";
     return;
 }