You are here

function _menu_firstchild_menu in Menu Firstchild 6

Same name and namespace in other branches
  1. 7 menu_firstchild.module \_menu_firstchild_menu()
1 string reference to '_menu_firstchild_menu'
menu_firstchild_menu in ./menu_firstchild.module
Implementation of hook_menu().

File

./menu_firstchild.module, line 26
menu_firstchild.module Main file for the menu_firstchild module.

Code

function _menu_firstchild_menu() {
  return drupal_not_found();
}