Greetings,

I have searched a lot before posting this and never came to an answer. I'm using the "domain list navigator" block to switch between sub-domains on my bi-lingual website (English, and Arabic).

1) Is there any way to translate / localize this block?
2) How to remove the "jump to" entry from this list?

Comments

mas0h’s picture

Sorry for the missing question, but it should be: Is there any way to accomplish the above two points without hacking the core module code?

agentrickard’s picture

There is hook_domain_nav_options_alter() to change the output. See domain.api.php.

You would have to override theme_domain_nav_default() in your theme's template.php to remove the "Jump to..."