]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_title.php
Surfbar continued (unfinished) and some updates:
[mailer.git] / inc / modules / admin / what-config_title.php
index c4c97606c4b38e69c689c23390cf1fcbe5ad60c3..9d1c0399a9a34d7d5c35df5a00edf395b40cc168 100644 (file)
@@ -53,7 +53,7 @@ if (isset($_POST['ok']))
        define('__CFG_TITLE_RIGHT'    , $_CONFIG['title_right']);
        define('__CFG_TITLE_DECOS'    , ADD_SELECTION("yn", $_CONFIG['enable_title_deco'], "enable_title_deco"));
        define('__CFG_TITLE_MOD_SHOW' , ADD_SELECTION("yn", $_CONFIG['enable_mod_title'] , "enable_mod_title" ));
-       define('__CFG_TITLE_WHAT_SHOW', ADD_SELECTION("yn", $_CONFIG['title_what_show']  , "enable_what_title"));
+       define('__CFG_TITLE_WHAT_SHOW', ADD_SELECTION("yn", $_CONFIG['enable_what_title'], "enable_what_title"));
 
        // Load template
        LOAD_TEMPLATE("admin_config_title");