- Timestamp:
- 2010/11/06 17:10:56 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-B/data/class/pages/LC_Page_Index.php
r18820 r18950 64 64 function process() { 65 65 66 $ objView = new SC_SiteView();66 $this->objView = new SC_SiteView(); 67 67 68 68 // レイアウトデザインを取得 … … 70 70 $layout->sfGetPageLayout($this, false, "index.php"); 71 71 $this->tpl_title = ''; 72 73 $objView->assignobj($this);74 $objView->display(SITE_FRAME);75 72 } 76 73
Note: See TracChangeset
for help on using the changeset viewer.
