]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-theme_import.php
Moved language strings, more EL in templates
[mailer.git] / inc / modules / admin / what-theme_import.php
index 3a1c48d9123d7344775ed8dc619d269f0f97f719..baf910dfef22880922b3e5d399c33cf61b1286b3 100644 (file)
@@ -126,7 +126,7 @@ foreach ($includes as $inc) {
 array_pk_sort($THEMES, array('theme_name'));
 
 // Generate output lines for the template
-$OUT = ''; $SW = 2;
+$OUT = '';
 foreach ($THEMES['theme_unix'] as $key => $unix) {
        // Already installed is default
        $formContent = '<div class="admin_note">' . getMaskedMessage('ADMIN_THEME_ALREADY_INSTALLED', $unix) . '</div>';
@@ -139,7 +139,6 @@ foreach ($THEMES['theme_unix'] as $key => $unix) {
 
        // Prepare content
        $content = array(
-               'sw'            => $SW,
                'unix'          => $unix,
                'theme_name'    => $THEMES['theme_name'][$key],
                'theme_email'   => $THEMES['theme_email'][$key],
@@ -151,14 +150,11 @@ foreach ($THEMES['theme_unix'] as $key => $unix) {
 
        // Add row template
        $OUT .= loadTemplate('admin_theme_import_row', true, $content);
-
-       // Switch color
-       $SW = 3 - $SW;
 } // END - foreach
 
 if (empty($OUT)) {
        // No themes found???
-       $OUT .= loadTemplate('admin_theme_import_none', true, loadTemplate('admin_settings_saved', true, getMessage('ADMIN_NO_THEMES_FOUND')));
+       $OUT .= loadTemplate('admin_theme_import_none', true, loadTemplate('admin_settings_saved', true, '{--ADMIN_NO_THEMES_FOUND--}'));
 } // END - if
 
 // Load template