]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-themes.php
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / inc / modules / guest / action-themes.php
index 8bbac22d4670fc25baf0019ff46c75f88da05ea0..e0e3a0768d255a662ce0b99c0777e04df9cf244f 100644 (file)
@@ -36,7 +36,7 @@ if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 } elseif ((!EXT_IS_ACTIVE("theme")) && (!IS_ADMIN())) {
-       ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "theme");
+       addFatalMessage(EXTENSION_PROBLEM_EXT_INACTIVE, "theme");
        return;
 }
 
@@ -60,7 +60,7 @@ if ($num_themes > 1) {
        $OUT = LOAD_TEMPLATE("theme_one", true);
 } elseif (IS_ADMIN()) {
        // If there is no theme installed and there's an admin notify him!
-       $OUT = LOAD_TEMPLATE("admin_settings_saved", true, "<FONT class=\"admin_note\">".ADMIN_NO_THEME_INSTALLED_WARNING."</FONT>");
+       $OUT = LOAD_TEMPLATE("admin_settings_saved", true, "<div class=\"admin_note\">".ADMIN_NO_THEME_INSTALLED_WARNING."</div>");
 }
 
 // Remember