Is it possible to set custom page callback for link users/%user ?
I cannot find this link in hook_menu of user module. I need to make custom page on this link and content of original user page move to its tab (user/%user/profile).

Is it possible in Drupal?
thanks
Tomas

EDIT: I overlooked the link, there is link in hook_menu in user module.

Comments

Drave Robber’s picture

You can probably use hook_menu_alter() for this purpose.