Informations
Drupal Developpment - created by pg
Public Group
Date : the 05/07/2009
Visited : 8329
SpotRank : 10034
Channel: Computer, Internet
Permalink :
AUTHOR(S)
 

Drupal Developpment Follow

Rewrite or suppress local tasks

In the template.php file, implement the following function :

 

function phptemplate_menu_local_task($link, $active = FALSE) {
 
 if ($link == '<a href="/user/password">Demander un nouveau mot de passe</a>') return '';
 if ($link == '<a href="/user">Se connecter</a>') return '';
 
 return theme_menu_local_task($link, $active);
}

TAGS
YOUR REACTION
YOUR REACTION