Example #1
0
 function time_label($_dt, $_compared_to_dt = 0)
 {
     return mb_convert_encoding(parent::time_label($_dt, $_compared_to_dt), "UTF-8", "BIG-5");
 }
Example #2
0
 function SlimStatI18n($_config)
 {
     $this->config = $_config;
     $this->app_title = "SlimStat pour " . $this->config->sitename;
     parent::init();
 }