protected function _getTemplate() { $d = dirname($this->_file); $f = basename($this->_file); $lcPath = $d . '/locale/' . $this->_locale . '/' . $f; l10n::loadFile($this->_locale, $lcPath); $this->_lmsg = l10n::getTemplate($this->_locale, $this->_msg); //echo $lcPath.' '; }