X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fsponsor.php;h=9fbac4d3b6a3021f0a1cd791b6d720c6969c3194;hp=6299d72674d06c52c18611641c94009358f802d9;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=596c8ab32594401ca84abfbfe35513ddfff31bec diff --git a/inc/modules/sponsor.php b/inc/modules/sponsor.php index 6299d72674..9fbac4d3b6 100644 --- a/inc/modules/sponsor.php +++ b/inc/modules/sponsor.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software. You can redistribute it and/or modify * @@ -59,12 +59,6 @@ $content['menu'] = addSponsorMenu(getWhat()); // Generate right-side output $content['content'] = addSponsorContent(getWhat()); -// Load header template -$content['header'] = loadTemplate('sponsor_header', TRUE); - -// Load footer template -$content['footer'] = loadTemplate('sponsor_footer', TRUE); - // 'You are here' navigation $content['you_are_here'] = addYouAreHereLink('sponsor', getWhat(), TRUE);