]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-theme_import.php
Extension ext-network continued:
[mailer.git] / inc / modules / admin / what-theme_import.php
index f27b59a34726e5d903c9be607b2fb81be8de5b7a..c0fe085887283e7e9596f735fa189a589acf5fb8 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 *
@@ -107,12 +107,12 @@ foreach ($includes as $inc) {
        loadInclude($inc);
 
        // Add found theme to array
-       $themes['theme_unix'][]   = $dir;
-       $themes['theme_name'][]   = $GLOBALS['theme_data']['name'];
-       $themes['theme_author'][] = $GLOBALS['theme_data']['author'];
-       $themes['theme_email'][]  = $GLOBALS['theme_data']['email'];
-       $themes['theme_url'][]    = $GLOBALS['theme_data']['url'];
-       $themes['theme_version'][]    = $GLOBALS['theme_data']['version'];
+       $themes['theme_unix'][]    = $dir;
+       $themes['theme_name'][]    = $GLOBALS['theme_data']['name'];
+       $themes['theme_author'][]  = $GLOBALS['theme_data']['author'];
+       $themes['theme_email'][]   = $GLOBALS['theme_data']['email'];
+       $themes['theme_url'][]     = $GLOBALS['theme_data']['url'];
+       $themes['theme_version'][] = $GLOBALS['theme_data']['version'];
 } // END - while
 
 // Sort array by Uni* name