]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / sponsor.php
index 6299d72674d06c52c18611641c94009358f802d9..9fbac4d3b6a3021f0a1cd791b6d720c6969c3194 100644 (file)
@@ -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);