Closed (fixed)
Project:
Internationalization
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2009 at 13:26 UTC
Updated:
3 Oct 2009 at 09:59 UTC
Is it possible to alter/modify the HTML in the Language Switcher block?
If I do
function phptemplate_preprocess_block(&$vars) {
if ($vars['block']->module == "locale") {
print_r($vars);
}
}
in the template.php file i get all variables of the block, but I cannot alter the HTML created by the Internatialization module here (which is in $block->content).
Is there any function for editing that HTML?
Comments
Comment #1
DrupalNovice commentedAnyone know if there a theme function for the Language Switcher block?
I've searched but haven't found one..
Comment #2
DrupalNovice commentedSomeone knows where the HTML for the Language Switcher resides?
Comment #3
DrupalNovice commentedbump
Comment #4
jose reyero commentedThis is unrelated to this module. Please use the forums.