On this page
function menu_theme
menu_theme()
Implements hook_theme().
File
- modules/menu/menu.module, line 162
- Allows administrators to customize the site's navigation menus.
Code
function menu_theme() {
return array(
'menu_overview_form' => array(
'file' => 'menu.admin.inc',
'render element' => 'form',
),
'menu_admin_overview' => array(
'file' => 'menu.admin.inc',
'variables' => array('title' => NULL, 'name' => NULL, 'description' => NULL),
),
);
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!menu!menu.module/function/menu_theme/7.x