*/ class Default_Block_LangSwitcher { function init() { return $this->getBlockContent(); } function getBlockContent() { $aLangs = SGL_Util::getLangsDescriptionMap(); $options = SGL_Output::generateSelect($aLangs, $_SESSION['aPrefs']['language']); $html = <<< HTML
HTML; return $html; } } ?>