]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-themes.php
Frameset support entirely removed, TODO extended, minor template fix
[mailer.git] / inc / modules / member / what-themes.php
index ec009de3948b5ae795fcf0f3fe311ba55466fd82..5e6a5fcfc77c54fa20e9fab2c7fd36810abd552a 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;
 }
 
 // Add description as navigation point