示例#1
0
 /**
  * Initialization.
  */
 static function gallery_ready()
 {
     if (!get_cfg_var("date.timezone")) {
         if (!(rand() % 4)) {
             Kohana_Log::add("error", "date.timezone setting not detected in " . get_cfg_var("cfg_file_path") . " falling back to UTC.  " . "Consult http://php.net/manual/function.get-cfg-var.php for help.");
         }
     }
     identity::load_user();
     theme::load_themes();
     locales::set_request_locale();
 }
示例#2
0
 /**
  * Initialization.
  */
 static function gallery_ready()
 {
     identity::load_user();
     theme::load_themes();
     locales::set_request_locale();
 }
示例#3
0
 /**
  * Initialization.
  */
 static function gallery_ready()
 {
     user::load_user();
     locales::set_request_locale();
 }