Ignore:
Timestamp:
2010/12/28 18:33:47 (13 years ago)
Author:
Seasoft
Message:

#748(モバイル/スマートフォンのデザイン管理)

#877(default.php の問題)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/user_data/__default.php

    r19776 r19777  
    11<?php 
    2 require_once '###require###'; 
     2exit; // Don't rewrite. This line is rewritten by EC-CUBE. 
    33require_once CLASS_PATH . 'pages/LC_Page.php'; 
    44 
     
    1919    function init() { 
    2020        parent::init(); 
    21         $this->tpl_column_num = 3; 
    2221    } 
    2322 
     
    2928    function process() { 
    3029        $objView = new SC_SiteView(); 
    31         $objLayout = new SC_Helper_PageLayout_Ex(); 
    32  
    33         // レイアウトデザインを取得 
    34         $objLayout->sfGetPageLayout($this); 
    3530 
    3631        // 画面の表示 
Note: See TracChangeset for help on using the changeset viewer.