]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-overview.php
Extension ext-network continued:
[mailer.git] / inc / modules / admin / what-overview.php
index 6003db9bba992349e52b8fcc688768e6cf5e60f8..75cf7740d9d32c662eaf706be821aad06af19c3b 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -70,7 +70,7 @@ if (getAction() == 'login') {
 // Are we in 'welcome' page and are there jobs to be done?
 if (!ifAdminMenuHasEntries(getAction())) {
        // This menu is empty and so no content is displayed
-       displayMessage(getMaskedMessage('ADMIN_MENU_IS_EMPTY', getAction()));
+       displayMessage('{--ADMIN_MENU_EMPTY--}');
 } elseif ($jobsDone === true) {
        // Generate overview of all main menus
        if ((is_array($GLOBALS['menu']['description'])) && (count($GLOBALS['menu']['description']) > 0)) {
@@ -92,7 +92,7 @@ if (!ifAdminMenuHasEntries(getAction())) {
 } elseif ($taskExt === false) {
        if (isExtensionActive('task')) {
                // Output warning message
-               displayMessage(getMaskedMessage('EXTENSION_WARNING_EXTENSION_INACTIVE', 'task'));
+               displayMessage('{%message,EXTENSION_WARNING_EXTENSION_INACTIVE=task%}');
        } // END - if
 
        // List selected tasks on overview when task management is not active