X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fsponsor.php;h=8fe2cba80d417383cbe912ea993671912099b8da;hb=349df4d9bd6fceac810f085d20847a7cdf37aec2;hp=5859a70b1a9b1d69d4a4eceeedf0e5fd4a0a77e3;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;p=mailer.git diff --git a/inc/modules/sponsor.php b/inc/modules/sponsor.php index 5859a70b1a..8fe2cba80d 100644 --- a/inc/modules/sponsor.php +++ b/inc/modules/sponsor.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software. You can redistribute it and/or modify * @@ -67,7 +68,7 @@ $content['header'] = loadTemplate('sponsor_header', true); $content['footer'] = loadTemplate('sponsor_footer', true); // 'You are here' navigation -$content['you_are_here'] = addMenuDescription('sponsor', getWhat(), false, false); +$content['you_are_here'] = addMenuDescription('sponsor', getWhat(), true); // Load main sponsor template loadTemplate('sponsor_main', false, $content);