示例#1
0
 function __construct()
 {
     CHECK::is_array_exist(CORE::$args);
     if (CHECK::is_pass()) {
         self::notFound();
         exit;
     }
     $temp = CORE::$temp_main;
     $temp_option = CORE::$temp_option;
     SEO::load('index');
     SEO::output();
     NEWS::idx_row();
     new AD();
     SCHEMA::make('index', SYSTEM::$setting);
     CORE::common_resource();
     new VIEW('ogs-index-tpl.html', $temp, false, false);
 }