Renamed function so it might be more understandable
[mailer.git] / inc / modules / admin / what-admin_add.php
index 8e582deab7d0b1ba1a0ddedf8da46b86a807bec2..792a847623d71e389b8ea92d82b5363661592439 100644 (file)
@@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 } // END - if
 
 // Add description as navigation point
-addMenuDescription('admin', __FILE__);
+addYouAreHereLink('admin', __FILE__);
 
 // Check if the admin has entered title and what-php file name...
 if ((isFormSent()) && ((!isPostRequestParameterSet('title')) || (!isPostRequestParameterSet('menu')) || (!isPostRequestParameterSet('descr')))) {