Changeset 3246 for temp/trunk/html


Ignore:
Timestamp:
2006/08/30 21:33:25 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/template.php

    r3244 r3246  
    3232sfIsSuccess($objSess); 
    3333 
     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 
    3441// GET¤ÎÃͤò¼õ¤±¼è¤ë 
    3542$get_tpl_subno_template = $_GET['tpl_subno_template']; 
     
    101108    // DB¤«¤é¸½ºßÁªÂò¤µ¤ì¤Æ¤¤¤ë¥Ç¡¼¥¿¼èÆÀ 
    102109    $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); 
    108110     
    109111    switch($objPage->tpl_subno_template) { 
Note: See TracChangeset for help on using the changeset viewer.