diff --git a/core/includes/theme.inc b/core/includes/theme.inc index c596b8d..d1a5157 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -2671,18 +2671,26 @@ function drupal_common_theme() { 'menu_tree' => array( 'render element' => 'tree', 'template' => 'menu-tree', + 'path' => 'core/includes', + 'file' => 'menu.inc', ), 'menu_local_task' => array( 'render element' => 'element', 'function' => 'theme_menu_local_task', + 'path' => 'core/includes', + 'file' => 'menu.inc', ), 'menu_local_action' => array( 'render element' => 'element', 'function' => 'theme_menu_local_action', + 'path' => 'core/includes', + 'file' => 'menu.inc', ), 'menu_local_tasks' => array( 'variables' => array('primary' => array(), 'secondary' => array()), 'function' => 'theme_menu_local_tasks', + 'path' => 'core/includes', + 'file' => 'menu.inc', ), // From form.inc. 'input' => array(