Changeset 5136 for temp/trunk/html/admin
- Timestamp:
- 2006/09/19 13:34:53 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/index.php
r5135 r5136 384 384 copy(ROOT_DIR . $arrPageData[0]['tpl_dir'].$arrPageData[0]['filename'].".tpl", ROOT_DIR . USER_DIR."templates/".$filename.".tpl"); 385 385 386 // ¹¹¿·¥Ç¡¼¥¿¤Î¼èÆÀ 387 $sql = "select page_name, header_chk, footer_chk from dtb_pagelayout where page_id = ?"; 388 $ret = $objDBConn->getAll($sql, $arrPageData[0]['page_id']); 389 390 sfprintr($ret); 391 386 392 // db¥Ç¡¼¥¿¤Î¥³¥Ô¡¼ 387 393 $sql = " update dtb_pagelayout set ";
Note: See TracChangeset
for help on using the changeset viewer.
