Changeset 3196 for temp/trunk/html
- Timestamp:
- 2006/08/30 20:55:17 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/template.php
r3190 r3196 189 189 // TOP¤òÊѹ¹¤·¤¿¾ì¹ç¤Ë¤ÏÁ´²èÌÌÊѹ¹ 190 190 if ($objPage->tpl_subno_template == $objPage->arrSubnavi[1]){ 191 $arrVal = array($chk_tpl,$chk_tpl,$chk_tpl ,$chk_tpl);191 $arrVal = array($chk_tpl,$chk_tpl,$chk_tpl); 192 192 }else{ 193 193 $arrVal[$objPage->tpl_subno_template] = $chk_tpl; 194 194 } 195 $sql= "update dtb_baseinfo set top_tpl = ?, product_tpl = ?, detail_tpl = ?, mypage_tpl = ?,update_date = now()";195 $sql= "update dtb_baseinfo set top_tpl = ?, product_tpl = ?, detail_tpl = ?, update_date = now()"; 196 196 }else{ 197 197 // INSERT
Note: See TracChangeset
for help on using the changeset viewer.
