Ignore:
Timestamp:
2008/08/26 17:02:14 (16 years ago)
Author:
Seasoft
Message:

モバイルサイトを使わない場合、パラメータ設定によりサイトマップに出力されないように設定可能に。本来はモバイルサイトの出力も抑制したかったが、一旦断念した(コメントに記載)。

Location:
branches/comu-ver2/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/install/sql/insert_data.sql

    r17536 r17558  
    10531053INSERT INTO mtb_constants VALUES ('USE_POINT','true',290,'ポイントを利用するか(true:利用する、false:利用しない) (false は一部対応)'); 
    10541054INSERT INTO mtb_constants VALUES ('NOSTOCK_HIDDEN','false',291,'在庫無し商品の非表示(true:非表示、false:表示)'); 
     1055INSERT INTO mtb_constants VALUES ('USE_MOBILE','true',292,'モバイルサイトを利用するか(true:利用する、false:利用しない) (false は一部対応)'); 
    10551056INSERT INTO mtb_constants VALUES ('DEFAULT_TEMPLATE_NAME', '"default"', 300,'デフォルトテンプレート名'); 
    10561057INSERT INTO mtb_constants VALUES ('TEMPLATE_NAME', 'DEFAULT_TEMPLATE_NAME', 301,'テンプレート名'); 
  • branches/comu-ver2/html/mobile/require.php

    r17477 r17558  
    104104// Moba8対応(Moba8パラメータ引き継ぎ) 
    105105if (function_exists("sfGetMoba8Param") == TRUE) { 
    106     sfGetMoba8Param($_GET['a8']); 
     106    sfGetMoba8Param($_GET['a8']); 
    107107} 
    108108 
Note: See TracChangeset for help on using the changeset viewer.