MENU_LOCAL_ACTION

in includes/menu.inc

Menu type -- An action specific to the parent, usually rendered as a link.

Local actions are menu items that describe actions on the parent item such as adding a new user, taxonomy term, etc.

<?php
define('MENU_LOCAL_ACTION', MENU_IS_LOCAL_TASK | MENU_IS_LOCAL_ACTION);
?>

Related topics

Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.