Changeset 13772


Ignore:
Timestamp:
2007/05/30 12:31:50 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13750 r13772  
    1616        $this->tpl_mainno = 'basis'; 
    1717        $this->tpl_subnavi = 'basis/subnavi.tpl'; 
    18         $this->tpl_subno = "template"; 
     18        $this->tpl_subno = 'mail'; 
    1919        $this->tpl_subtitle = '¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê'; 
    2020    } 
     
    3030 
    3131if ( $_GET['mode'] == "delete" && sfCheckNumLength($_GET['id'])===true ){ 
    32  
    33 //    // ¥á¡¼¥ëôÅö¤Î²èÁü¤¬¤¢¤ì¤Ðºï½ü¤·¤Æ¤ª¤¯ 
    34 //    $sql = "SELECT charge_image FROM dtb_mailtemplate WHERE template_id = ?"; 
    35 //    $result = $conn->getOne($sql, array($_GET["id"])); 
    36 //    if (strlen($result) > 0) { 
    37 //        @unlink(IMAGE_SAVE_DIR. $result); 
    38 //    } 
    3932     
    4033    // ÅÐÏ¿ºï½ü 
Note: See TracChangeset for help on using the changeset viewer.