]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-themes.php
Frameset support entirely removed, TODO extended, minor template fix
[mailer.git] / inc / modules / member / action-themes.php
index fc90a45ed73887a76e30e8c2013fae3144796a99..3b395570bb128db8c291713bce224d9f86ecc2b4 100644 (file)
@@ -37,6 +37,9 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
+} elseif ((!EXT_IS_ACTIVE("theme")) && (!IS_ADMIN())) {
+       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "theme");
+       return;
 }
 
 // Already defined?