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

DrupalNovice’s picture

Anyone know if there a theme function for the Language Switcher block?

I've searched but haven't found one..

DrupalNovice’s picture

Someone knows where the HTML for the Language Switcher resides?

DrupalNovice’s picture

bump

jose reyero’s picture

Status: Active » Closed (fixed)

This is unrelated to this module. Please use the forums.