- Timestamp:
- 2007/07/20 15:58:59 (16 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update
-
Property
svn:ignore
set to
.cache
.settings
.projectOptions
-
Property
svn:ignore
set to
-
branches/feature-module-update/html/mobile/contact/index.php
r12157 r15078 11 11 class LC_Page { 12 12 function LC_Page() { 13 $this->tpl_css = '/css/layout/contact/index.css'; // ¥á¥¤¥óCSS¥Ñ¥¹13 $this->tpl_css = '/css/layout/contact/index.css'; // メインCSSパス 14 14 $this->tpl_mainpage = 'contact/index.tpl'; 15 $this->tpl_title = ' ¤ªÌ䤤¹ç¤ï¤»(ÆþÎÏ¥Ú¡¼¥¸)';15 $this->tpl_title = 'お問い合わせ(入力ページ)'; 16 16 $this->tpl_page_category = 'contact'; 17 17 global $arrPref; … … 23 23 $objPage = new LC_Page(); 24 24 $objView = new SC_MobileView(); 25 $CONF = sf_getBasisData(); // ŹÊÞ´ðËܾðÊó25 $CONF = sf_getBasisData(); // 店舗基本情報 26 26 27 //---- ¡¡¥Ú¡¼¥¸É½¼¨27 //---- ページ表示 28 28 $objView->assignobj($objPage); 29 29 $objView->assignarray($CONF);
Note: See TracChangeset
for help on using the changeset viewer.