function user_menu_alter(&$items) {
$items['user/%user/view']['title'] = 'View Profile';
$items['user/%user_category/edit']['title'] = 'Edit Profile';
}
To remove tabs completely refer http://drupal.org/node/483324
something regarding programming and installations...
Human knowledge belongs to the world!
function user_menu_alter(&$items) {
$items['user/%user/view']['title'] = 'View Profile';
$items['user/%user_category/edit']['title'] = 'Edit Profile';
}
Picture this: you're running dangerously low on disk space, so you invest in a brand new external drive. Time to migrate your developmen...
No comments:
Post a Comment