X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fsponsor.php;h=8fb132cafafe4d8c715273a59bf33cfac2c0620b;hb=1babb0e0e4d43eff74ed62cd5105febee2b17b8e;hp=11e57c60d26bdb083bceeb1ad87c3c21773751ef;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/inc/modules/sponsor.php b/inc/modules/sponsor.php index 11e57c60d2..8fb132cafa 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, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software. You can redistribute it and/or modify * @@ -66,7 +66,7 @@ $content['header'] = loadTemplate('sponsor_header', true); $content['footer'] = loadTemplate('sponsor_footer', true); // 'You are here' navigation -$content['you_are_here'] = addMenuDescription('sponsor', getWhat(), true); +$content['you_are_here'] = addYouAreHereLink('sponsor', getWhat(), true); // Load main sponsor template loadTemplate('sponsor_main', false, $content);