X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-theme_edit.php;h=0feb999a63e73285300beeaac3adb29d15bad5c2;hp=f69e0a4da27d7f2e617da0c6ae4f93eb35c69cd0;hb=56156f6c4392510cdbe0eb4f2ccefc23b43e2672;hpb=e71e9e1380d65ccd06beef6fbc594bec10371f5f diff --git a/inc/modules/admin/what-theme_edit.php b/inc/modules/admin/what-theme_edit.php index f69e0a4da2..0feb999a63 100644 --- a/inc/modules/admin/what-theme_edit.php +++ b/inc/modules/admin/what-theme_edit.php @@ -36,7 +36,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); } elseif (!EXT_IS_ACTIVE("theme")) { - ADD_FATAL(sprintf(EXTENSION_PROBLEM_NOT_INSTALLED, "theme")); + addFatalMessage(sprintf(EXTENSION_PROBLEM_NOT_INSTALLED, "theme")); return; } @@ -106,7 +106,7 @@ if (SQL_NUMROWS($result) > 0) { // Is the loaded theme name != current theme name? $LINK = $unix; - if ($unix != GET_CURR_THEME()) $LINK = "".$unix.""; + if ($unix != GET_CURR_THEME()) $LINK = "".$unix.""; // Prepare data for the row template $content = array( @@ -116,7 +116,7 @@ if (SQL_NUMROWS($result) > 0) { 'link' => $LINK, 'name' => $name, 'is_act' => TRANSLATE_YESNO($active), - 'email' => "".$THEME_AUTHOR."", + 'email' => "".$THEME_AUTHOR."", 'url_link' => DEREFERER($THEME_URL), 'url_title' => $THEME_URL, 'ver' => $ver,