X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_import.php;h=103e92c37a357d8269519c716e5e899f27f01e40;hp=372159f3311d50c0a44f127a57fab8e67dd8d4dc;hb=07ec113b187228ba74b4b08966602c4a2c161d2c;hpb=9553dbc9eed40bfa2beffa79813f2d5cd21fa8ac diff --git a/inc/modules/admin/what-theme_import.php b/inc/modules/admin/what-theme_import.php index 372159f331..103e92c37a 100644 --- a/inc/modules/admin/what-theme_import.php +++ b/inc/modules/admin/what-theme_import.php @@ -134,7 +134,7 @@ foreach ($THEMES['theme_unix'] as $key => $unix) { // Check if current theme is already imported or not if (!ifThemeExists($unix)) { // Theme not installed - $formContent = loadTemplate('admin_theme_import_form', true, $unix); + $formContent = loadTemplate('admin_import_theme_form', true, $unix); } // END - if // Prepare content @@ -149,16 +149,16 @@ foreach ($THEMES['theme_unix'] as $key => $unix) { ); // Add row template - $OUT .= loadTemplate('admin_theme_import_row', true, $content); + $OUT .= loadTemplate('admin_import_theme_row', true, $content); } // END - foreach if (empty($OUT)) { // No themes found??? - $OUT .= loadTemplate('admin_theme_import_none', true, loadTemplate('admin_settings_saved', true, '{--ADMIN_NO_THEMES_FOUND--}')); + $OUT .= loadTemplate('admin_import_theme_none', true, loadTemplate('admin_settings_saved', true, '{--ADMIN_NO_THEMES_FOUND--}')); } // END - if // Load template -loadTemplate('admin_theme_import', false, $OUT); +loadTemplate('admin_import_theme', false, $OUT); // [EOF] ?>