MENU_IS_LOCAL_TASK
in includes/menu.inc
Internal menu flag -- menu item is a local task.
<?php
define('MENU_IS_LOCAL_TASK', 0x0080);
?>
Related topics
- Menu system
- Define the navigation menus, and route page requests to code based on URLs.
Login or
register to post comments