X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_home.php;h=05c5f930346ac02b251ee2ae8a610daf370ac829;hb=e1235e719b767d6693976c3d24489beaa38a3667;hp=80dd70947ef7c01ec9c81b779811463cde87e0d8;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;p=mailer.git diff --git a/inc/modules/admin/what-config_home.php b/inc/modules/admin/what-config_home.php index 80dd70947e..05c5f93034 100644 --- a/inc/modules/admin/what-config_home.php +++ b/inc/modules/admin/what-config_home.php @@ -1,7 +1,7 @@ {--ADMIN_CONTINUE_TO_CONFIG--}"); + loadTemplate('admin_settings_saved', false, "{--ADMIN_CONTINUE_TO_CONFIG--}"); } else { // Prepare data for the template $content = array_fill(-1, 60, ''); @@ -88,13 +88,13 @@ ORDER BY `sort` ASC", __FILE__, __LINE__); // Process all entries while ($content = SQL_FETCHARRAY($result)) { // Link for setting 'what' as new "home" - $newHomeLink = "{--_IS_NEW_HOME--}"; + $newHomeLink = "{--_IS_NEW_HOME--}"; // Is this current home? if ($content['what'] == getConfig('index_home')) { // Is current home - $newHomeLink = "
{--_IS_CURRENT_HOME--}
"; - $content['title'] = "
".$content['title']."
"; + $newHomeLink = "
{--_IS_CURRENT_HOME--}
"; + $content['title'] = "
" . $content['title'] . "
"; } // END - if // Prepare content