]> git.mxchange.org Git - mailer.git/blobdiff - inc/language.php
More XHTML-fied and extended header added to templates
[mailer.git] / inc / language.php
index 61681eec05173da0036895bc6e7ea55b98489bdb..0ff91e7c4cadb0071e68bb1a8eae2f27ac7906b8 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Sprache-Lader                                    *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009)             $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: stelzi                                                   $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -61,7 +66,7 @@ if (!FILE_READABLE($FQFN)) {
 LOAD_INC_ONCE($INC);
 
 // Check for installation mode
-if (isInstalling()) {
+if ((isInstalling()) || (!isInstalled()) || (!isAdminRegistered())) {
        // Load matching language file
        LOAD_INC("inc/language/install_".$mx_lang.".php");
 }