Renamed function so it might be more understandable
[mailer.git] / inc / modules / sponsor.php
index 11e57c60d26bdb083bceeb1ad87c3c21773751ef..ea7c2c1ece36c65c837054ae307c90fc14cb20c3 100644 (file)
@@ -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);