コード例 #1
0
ファイル: index.php プロジェクト: dlpc/wxshoppingmall
 function SlimStatI18n($_config)
 {
     $this->config = $_config;
     $this->app_title = $this->config->sitename . " 的 SlimStat 統計 ";
     parent::init();
 }
コード例 #2
0
ファイル: index.php プロジェクト: dlpc/wxshoppingmall
 function SlimStatI18n($_config)
 {
     $this->config = $_config;
     $this->app_title = "SlimStat pour " . $this->config->sitename;
     parent::init();
 }