#107 | $this->data['cfg']['huilv_cachetime'] = isset($le_huilv_morelang['cachetime']) ? $le_huilv_morelang['cachetime'] : 24; //汇率数据缓存时间 |
#108 | |
#109 | |
#110 | //不同语言的模板 |
#111 | $theme_lang = $this->data['cfg']['theme'].'_'.$huilv_lang; |
#112 | if(is_dir(VIEW_PATH . $theme_lang)){ |
#113 | $this->data['cfg']['theme'] = $theme_lang; |
#114 | $this->data['cfg']['tpl'] = $this->data['cfg']['webdir'] . 'view/' . $theme_lang . '/'; |
#115 | } |
#116 | $theme_lang_mobile = $this->data['cfg']['theme'].'_'.$huilv_lang . '_mobile'; |