tpl_css = URL_DIR.'css/layout/index.css'; // メインCSSパス /** 必ず変更する **/ $this->tpl_mainpage = HTML_PATH . "user_data/templates/top.tpl"; // メインテンプレート } } $objPage = new LC_Page(); $conn = new SC_DBConn(); // レイアウトデザインを取得 $objPage = sfGetPageLayout($objPage, false, "index.php"); $objView = new SC_SiteView(); $objView->assignobj($objPage); $objView->display(SITE_FRAME); //----------------------------------------------------------------------------------------------------------------------------------- ?>