X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=birthday_confirm.php;h=efbb4a55cbc773ad9fdf72c0eedfc1692e22a0c7;hp=24c46fcc56a945922d8907ba713932cf565b98a0;hb=0437f06b273f885db05736449a952c6eb72086ca;hpb=116f17077ae6fa32c7373ccd6aaf94044bb6c276 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');