Changeset 3246 for temp/trunk/html
- Timestamp:
- 2006/08/30 21:33:25 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/template.php
r3244 r3246 32 32 sfIsSuccess($objSess); 33 33 34 35 // ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 36 $objQuery = new SC_Query(); 37 $sql = "SELECT template_code,template_name,file_path FROM dtb_template ORDER BY create_date DESC"; 38 $arrTemplate = $objQuery->getall($sql); 39 40 34 41 // GET¤ÎÃͤò¼õ¤±¼è¤ë 35 42 $get_tpl_subno_template = $_GET['tpl_subno_template']; … … 101 108 // DB¤«¤é¸½ºßÁªÂò¤µ¤ì¤Æ¤¤¤ë¥Ç¡¼¥¿¼èÆÀ 102 109 $arrDefcheck = lfgetTemplaeData(); 103 104 // ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë105 $objQuery = new SC_Query();106 $sql = "SELECT template_code,template_name,file_path FROM dtb_template ORDER BY create_date DESC";107 $arrTemplate = $objQuery->getall($sql);108 110 109 111 switch($objPage->tpl_subno_template) {
Note: See TracChangeset
for help on using the changeset viewer.
