Searched refs:_getLang (Results 1 – 2 of 2) sorted by relevance
32 return $this->_getLang($key);34 function _getLang($key,$config_plugin = false){ function in settingshierarchy41 …if (!$config_plugin && ($ret = $this->_getLang($key,true)) === null){ // check if it a key for con…65 …if (($ret = $this->_getLang($match[1],$config_plugin)) === "{msgid:{$key}}"); // try to get the 'k…
38 echo '<div '.$this->_getLang().' class="editions_edition">';157 function _getLang() { function in action_plugin_editions