Name

menu_get_default — get the default link for the menu title

Synopsis

use Wacs;
use Wacs::WacsUI;
scalar menu_get_default(...); 
 

Parameters

parameterdescription
namethe menus name; typically in lower case (eg navigation )
callername of the calling application
excludeapplications to exclude from menus; typically the calling application itself
optionsan array of options to be substituted.
optdesca matching array of descriptions

Summary

The menu_get_default returns the default link for the top-of-the-page menu title before the menu pull-down is activated. Normal substitutions are applied to this option if specified.

Availability

menu_get_default is available in both perl and php.