X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fsponsor.php;h=6299d72674d06c52c18611641c94009358f802d9;hb=c9a5bbe818b2dbcf8e8d5774fb25f08c40c92bd8;hp=108f1847a9f7d79d4d6c0406b5416bfacb8ca8f3;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/inc/modules/sponsor.php b/inc/modules/sponsor.php index 108f1847a9..6299d72674 100644 --- a/inc/modules/sponsor.php +++ b/inc/modules/sponsor.php @@ -60,16 +60,16 @@ $content['menu'] = addSponsorMenu(getWhat()); $content['content'] = addSponsorContent(getWhat()); // Load header template -$content['header'] = loadTemplate('sponsor_header', true); +$content['header'] = loadTemplate('sponsor_header', TRUE); // Load footer template -$content['footer'] = loadTemplate('sponsor_footer', true); +$content['footer'] = loadTemplate('sponsor_footer', TRUE); // 'You are here' navigation -$content['you_are_here'] = addYouAreHereLink('sponsor', getWhat(), true); +$content['you_are_here'] = addYouAreHereLink('sponsor', getWhat(), TRUE); // Load main sponsor template -loadTemplate('sponsor_main', false, $content); +loadTemplate('sponsor_main', FALSE, $content); // [EOF] ?>