Hi,
I would like that the links "create new account" have a nofollow attribute, How can i do that?

Thank you very much!

Comments

slashrsm’s picture

You can use Theme Developer module to check which preprocess function and which theme were used to render that link. After that you can override one of those to do that.

--
JAnez

skat’s picture

Without using Theme developer, is there any other possibility??

Thanks!

slashrsm’s picture

Preprocess theme_menu_item_link() does that and candidates for theme are theme_menu_local_task and theme_menu_local_tasks AFAIK.

--
JAnez