X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_edit.php;h=6f761b24508b325eab946bb2e23fdd358d4d6c76;hb=6b35670152207024eac824879ceeffdaf847c972;hp=c90166a3c53a4dfbb276cb49f5c8805fb6b6a3f1;hpb=4c221b6350439b8f91db58f142f03f79014f2eaf;p=mailer.git diff --git a/inc/modules/admin/what-theme_edit.php b/inc/modules/admin/what-theme_edit.php index c90166a3c5..6f761b2450 100644 --- a/inc/modules/admin/what-theme_edit.php +++ b/inc/modules/admin/what-theme_edit.php @@ -43,11 +43,6 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { // Add description as navigation point addYouAreHereLink('admin', __FILE__); -if (!isExtensionActive('theme')) { - displayMessage(generateExtensionInactiveNotInstalledMessage('theme')); - return; -} // END - if - // Check for selected themes if (ifPostContainsSelections()) { $OUT = ''; @@ -124,7 +119,9 @@ if (!SQL_HASZERONUMS($result)) { // Is the loaded theme name != current theme name? $content['link'] = $content['theme_path']; - if ($content['theme_path'] != getCurrentTheme()) $content['link'] = '' . $content['theme_path'] . ''; + if ($content['theme_path'] != getCurrentTheme()) { + $content['link'] = '' . $content['theme_path'] . ''; + } // END - if // Prepare data for the row template $content['email'] = '