Fix login error for users with no theme
[squirrelmail.git] / src / login.php
index 4b175105d46c9164df3154c745dfc99c5de00208..5122421ab912ddc9b252b028ca2974c539f54f4b 100644 (file)
  * @package squirrelmail
  */
 
-// reduces the files included in init.php
-$sInitLocation = 'login';
+/** This is the login page */
+define('PAGE_NAME', 'login');
 
 /**
  * Include the SquirrelMail initialization file.
  */
 require('../include/init.php');
 
-
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'functions/imap_general.php');
 require_once(SM_PATH . 'functions/forms.php');
@@ -144,7 +143,7 @@ if (isset($org_logo) && $org_logo) {
 
 $sm_attribute_str = '';
 if (isset($hide_sm_attributions) && !$hide_sm_attributions) {
-    $sm_attribute_str = _("SquirrelMail Webmail Application")."\n" .
+    $sm_attribute_str = _("SquirrelMail Webmail")."\n" .
                         _("By the SquirrelMail Project Team");
 }