Ignore:
Timestamp:
2007/12/19 13:49:35 (19 years ago)
Author:
satou
Message:

A8,Moba8のモジュール対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/mobile/require.php

    r16772 r16930  
    4444$objInit->init(); 
    4545 
    46 //require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php"); 
    47 //require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/mobile_conf.php"); 
    4846require_once($include_dir . "/.." . HTML2DATA_DIR . "include/module.inc"); 
    4947require_once(CLASS_EX_PATH . "util_extends/GC_Utils_Ex.php"); 
     
    8785    $objMobile->sfMobileInit(); 
    8886} 
     87 
     88// Moba8対応(Moba8パラメータ引き継ぎ) 
     89if (function_exists("sfGetMoba8Param") == TRUE) { 
     90    sfGetMoba8Param($_GET['a8']); 
     91} 
     92 
    8993?> 
Note: See TracChangeset for help on using the changeset viewer.