X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=I18n.php;h=e77a9534125ed9cc1e05e37723aa708a67c70941;hb=e47ec4f4cd376531a95b521a9f5d647f60f7f360;hp=c0ea3302abad8c37c5caf860a1cfab4d2300d8ce;hpb=b456cb7fdfa85379524d89650d4b32d282cd8210;p=Pman.Core diff --git a/I18n.php b/I18n.php index c0ea3302..e77a9534 100644 --- a/I18n.php +++ b/I18n.php @@ -94,8 +94,11 @@ class Pman_Core_i18N extends Pman $this->authUser = $au; $ff= HTML_FlexyFramework::get(); + + $opts = empty($ff->Pman_Core_I18N) ? (empty($ff->Pman_I18N) ? array() : $ff->Pman_I18N) : $ff->Pman_Core_I18N; + print_r($opts);exit; // load the cofiguration foreach($opts as $k=>$v) {