Renamed function so it might be more understandable
[mailer.git] / inc / modules / guest / action-main.php
index 6f549af07216506514d2989be20d3cd6356349d0..8a946cf7881b32e50c51489cac7f3284434f4907 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Add description as navigation point
-addMenuDescription('guest', __FILE__);
+addYouAreHereLink('guest', __FILE__);
 
 // Load the include file
 $inc = sprintf("inc/modules/guest/what-%s.php", getWhat());