Changeset 16735 for branches/feature-module-update/data/class/pages/preview
- Timestamp:
- 2007/11/07 20:37:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/preview/LC_Page_Preview.php
r16582 r16735 44 44 function init() { 45 45 parent::init(); 46 $this->tpl_column_num = 3; 46 47 } 47 48 … … 59 60 $objLayout = new SC_Helper_PageLayout_Ex(); 60 61 $objLayout->sfGetPageLayout($this, true); 61 62 // top ページは 3カラム63 if (isset($_GET['filename']) && $_GET['filename'] == "top") {64 $this->tpl_column_num = 3;65 }66 62 67 63 // 画面の表示
Note: See TracChangeset
for help on using the changeset viewer.
