Skip to content

Instantly share code, notes, and snippets.

@csakiistvan
Created June 11, 2013 17:56
Show Gist options
  • Save csakiistvan/5759162 to your computer and use it in GitHub Desktop.
Save csakiistvan/5759162 to your computer and use it in GitHub Desktop.
Nyelvválasztó tempalte fájlból
function theme_preprocess_page(&$variables, $hook) {
$block = module_invoke('locale', 'block_view', 'language');
$variables['langswitcher'] = $block['content'];
}
<?php print $langswitcher; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment