X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=birthday_confirm.php;h=efbb4a55cbc773ad9fdf72c0eedfc1692e22a0c7;hb=a6301e2f3288f3501dd04ccac8ac06711e727850;hp=24c46fcc56a945922d8907ba713932cf565b98a0;hpb=fe559c0f67e986c113f5b465e767e11a6588734d;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index 24c46fcc56..efbb4a55cb 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -120,7 +120,7 @@ WHERE b.userid=%s AND b.chk_value='%s' LIMIT 1", $GLOBALS['module'] = 'birthday_confirm'; // Include header - loadInclude('inc/header.php'); + loadIncludeOnce('inc/header.php'); // Load birthday header template (for your banners, e.g.?) $content['header'] = LOAD_TEMPLATE('birthday_header', true); @@ -132,7 +132,7 @@ WHERE b.userid=%s AND b.chk_value='%s' LIMIT 1", LOAD_TEMPLATE('birthday_confirm', false, $content); // Include footer - loadInclude('inc/footer.php'); + loadIncludeOnce('inc/footer.php'); } else { // You have to install first! redirectToUrl('install.php');