Changeset 13649


Ignore:
Timestamp:
2007/05/29 16:28:08 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/basis/template_input.php

    r13636 r13649  
    1818     
    1919    function LC_Page() { 
    20         $this->tpl_mainpage = 'mail/template_input.tpl'; 
     20        $this->tpl_mainpage = 'basis/template_input.tpl'; 
    2121        $this->tpl_mainno = 'mail'; 
    22         $this->tpl_subnavi = 'mail/subnavi.tpl'; 
     22        $this->tpl_subnavi = 'basis/subnavi.tpl'; 
    2323        $this->tpl_subno = "template"; 
    2424    } 
     
    4747     
    4848    // ÊÔ½¸ 
    49     $sql = "SELECT * FROM dtb_mailmaga_template WHERE template_id = ? AND del_flg = 0"; 
     49    $sql = "SELECT * FROM dtb_templates WHERE template_id = ? AND delete_flag = 0"; 
    5050    $result = $conn->getAll($sql, array($_GET['template_id'])); 
    5151    $objPage->arrForm = $result[0]; 
     
    6767     
    6868    // ´°Î»²èÌÌɽ¼¨ 
    69     $objPage->tpl_mainpage = 'mail/template_complete.tpl'; 
     69    $objPage->tpl_mainpage = 'basis/template_complete.tpl'; 
    7070     
    7171}  
Note: See TracChangeset for help on using the changeset viewer.