X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_import.php;h=c56245e4ee4f731c51e71212d86dce776f3f9864;hp=871e94ac4239c64cd73aaac178cb87c7cbeb2ceb;hb=56156f6c4392510cdbe0eb4f2ccefc23b43e2672;hpb=3daede4c904e23905c3e48dd6749019deca0a0e0 diff --git a/inc/modules/admin/what-theme_import.php b/inc/modules/admin/what-theme_import.php index 871e94ac42..c56245e4ee 100644 --- a/inc/modules/admin/what-theme_import.php +++ b/inc/modules/admin/what-theme_import.php @@ -123,13 +123,13 @@ foreach ($THEMES['theme_unix'] as $key => $unix) { // Check if current theme is already imported or not if (THEME_CHECK_EXIST($unix)) { // Already installed - $FOUND = "".ADMIN_THEME_ALREADY_INSTALLED.""; + $FOUND = "
".ADMIN_THEME_ALREADY_INSTALLED."
"; } else { // Theme not installed - $FOUND = "
+ $FOUND = " -
"; +"; } // Add row @@ -137,10 +137,10 @@ foreach ($THEMES['theme_unix'] as $key => $unix) { ".$unix." ".$THEMES['theme_name'][$key]." - ".$THEMES['theme_author'][$key]." + ".$THEMES['theme_author'][$key]." - ".$THEMES['theme_url'][$key]." + ".$THEMES['theme_url'][$key]." v".$THEMES['theme_ver'][$key]."