Ignore:
Timestamp:
2007/11/07 20:37:35 (19 years ago)
Author:
naka
Message:

テンプレート編集パス変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/preview/LC_Page_Preview.php

    r16582 r16735  
    4444    function init() { 
    4545        parent::init(); 
     46        $this->tpl_column_num = 3; 
    4647    } 
    4748 
     
    5960            $objLayout = new SC_Helper_PageLayout_Ex(); 
    6061            $objLayout->sfGetPageLayout($this, true); 
    61  
    62             // top ページは 3カラム 
    63             if (isset($_GET['filename']) && $_GET['filename'] == "top") { 
    64                 $this->tpl_column_num = 3; 
    65             } 
    6662 
    6763            // 画面の表示 
Note: See TracChangeset for help on using the changeset viewer.