- Timestamp:
- 2006/08/28 11:58:42 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 10 edited
-
data/Smarty/templates/cart/index.tpl (modified) (previous)
-
data/Smarty/templates/contact/complete.tpl (modified) (previous)
-
data/Smarty/templates/products/detail.tpl (modified) (previous)
-
data/Smarty/templates/products/list15.tpl (modified) (previous)
-
html/abouts/index.php (modified) (1 diff)
-
html/cart/index.php (modified) (1 diff)
-
html/contact/complete.php (modified) (1 diff)
-
html/index.php (modified) (1 diff)
-
html/products/detail.php (modified) (2 diffs)
-
html/products/list.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/abouts/index.php
r2185 r2189 19 19 $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 20 20 21 $objPage->arrInfo = $arrInfo;22 23 21 $objView->assignobj($objPage); 24 22 $objView->display(SITE_FRAME); -
temp/trunk/html/cart/index.php
r1328 r2189 95 95 } 96 96 97 // ´ðËܾðÊó¤òÅϤ¹98 $objPage->arrInfo = $objSiteInfo->data;99 100 97 // Á÷ÎÁ̵ÎÁ¤Þ¤Ç¤Î¶â³Û¤ò·×»» 101 98 $tpl_deliv_free = $objPage->arrInfo['free_rule'] - $objPage->tpl_total_pretax; -
temp/trunk/html/contact/complete.php
r1328 r2189 14 14 $objPage = new LC_Page(); 15 15 $objView = new SC_SiteView(); 16 $objSiteInfo = new SC_SiteInfo();17 $objPage->arrInfo = $objSiteInfo->data;18 16 19 17 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ -
temp/trunk/html/index.php
r2178 r2189 15 15 $conn = new SC_DBConn(); 16 16 17 // ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ¤¹¤ë18 //$objSiteInfo = new SC_SiteInfo();19 //$objPage->arrSiteInfo = $objSiteInfo->data;20 21 17 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 22 18 $objPage = sfGetPageLayout($objPage, false, "index.php"); -
temp/trunk/html/products/detail.php
r2103 r2189 39 39 $objPage = new LC_Page(); 40 40 $objView = new SC_SiteView(); 41 $objSiteInfo = new SC_SiteInfo();42 41 $objCustomer = new SC_Customer(); 43 42 $objQuery = new SC_Query(); … … 160 159 // ¥Õ¥¡¥¤¥ëɽ¼¨ÍÑÇÛÎó¤òÅϤ¹ 161 160 $objPage->arrFile = $objUpFile->getFormFileList(IMAGE_TEMP_URL, IMAGE_SAVE_URL); 162 // ´ðËܾðÊó¤òÅϤ¹163 $objPage->arrInfo = $objSiteInfo->data;164 161 // »ÙʧÊýË¡¤Î¼èÆÀ 165 162 $objPage->arrPayment = lfGetPayment(); -
temp/trunk/html/products/list.php
r2081 r2189 32 32 33 33 $objPage = new LC_Page(); 34 $objSiteInfo = new SC_SiteInfo();35 34 $conn = new SC_DBConn(); 36 35 … … 139 138 $objPage->arrForm = $_POST; 140 139 141 $objPage->arrInfo = $objSiteInfo->data;142 140 $objPage->category_id = $category_id; 143 141 $objPage->arrSearch = $arrSearch; … … 227 225 } 228 226 229 // ´ðËܾðÊó¤òÅϤ¹230 $objPage->arrInfo = $objSiteInfo->data;231 232 227 return $objPage; 233 228 }
Note: See TracChangeset
for help on using the changeset viewer.
