load($sLang); _root::getI18n()->loadFromDir(_root::getConfigVar('path.module').$this->_sModulePath.'/i18n/'); $this->oLayout = new _layout('bootstrap'); } public function after() { $this->oLayout->show(); } }