New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / inc / modules / admin / what-theme_import.php
index 070a64b4ad01549b743def280f98c8c38d61f8bf..3a1c48d9123d7344775ed8dc619d269f0f97f719 100644 (file)
@@ -99,7 +99,7 @@ $THEMES = array(
        'theme_author' => array(), // Theme author's name
        'theme_email'  => array(), // Author's email address
        'theme_url'    => array(), // URL were you can download it from
-       'theme_ver'    => array(), // Version number of theme
+       'theme_version'    => array(), // Version number of theme
 );
 
 // Read directory "themes"
@@ -119,7 +119,7 @@ foreach ($includes as $inc) {
        $THEMES['theme_author'][] = $GLOBALS['theme_data']['author'];
        $THEMES['theme_email'][]  = $GLOBALS['theme_data']['email'];
        $THEMES['theme_url'][]    = $GLOBALS['theme_data']['url'];
-       $THEMES['theme_ver'][]    = $GLOBALS['theme_data']['version'];
+       $THEMES['theme_version'][]    = $GLOBALS['theme_data']['version'];
 } // END - while
 
 // Sort array by Uni* name
@@ -139,15 +139,14 @@ foreach ($THEMES['theme_unix'] as $key => $unix) {
 
        // Prepare content
        $content = array(
-               'sw'      => $SW,
-               'unix'    => $unix,
-               'name'    => $THEMES['theme_name'][$key],
-               'email'   => $THEMES['theme_email'][$key],
-               'author'  => $THEMES['theme_author'][$key],
-               'link'    => generateDerefererUrl($THEMES['theme_url'][$key]),
-               'url'     => $THEMES['theme_url'][$key],
-               'version' => $THEMES['theme_ver'][$key],
-               'form'    => $formContent
+               'sw'            => $SW,
+               'unix'          => $unix,
+               'theme_name'    => $THEMES['theme_name'][$key],
+               'theme_email'   => $THEMES['theme_email'][$key],
+               'theme_author'  => $THEMES['theme_author'][$key],
+               'theme_url'     => $THEMES['theme_url'][$key],
+               'theme_version' => $THEMES['theme_version'][$key],
+               'form_content'  => $formContent
        );
 
        // Add row template