tpl_css = URL_DIR.'css/layout/abouts/index.css'; // メインCSSパス /** 必ず指定する **/ $this->tpl_mainpage = 'abouts/index.tpl'; // メインテンプレート $this->tpl_page_category = 'abouts'; $this->tpl_title = '当サイトについて'; } } $objPage = new LC_Page(); $objView = new SC_SiteView(); // レイアウトデザインを取得 $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); $objView->assignobj($objPage); $objView->display(SITE_FRAME); //----------------------------------------------------------------------------------------------------------------------------------- ?>