MENU_LINKS_TO_PARENT
in includes/menu.inc
Internal menu flag -- menu item links back to its parnet.
<?php
define('MENU_LINKS_TO_PARENT', 0x0008);
?>
Related topics
- Menu system
- Define the navigation menus, and route page requests to code based on URLs.
Login or
register to post comments