Ignore:
Timestamp:
2007/11/22 15:25:51 (16 years ago)
Author:
satou
Message:

文言修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/html/admin/mail/template_input.php

    r17 r16803  
    2222        $this->tpl_subnavi = 'mail/subnavi.tpl'; 
    2323        $this->tpl_subno = "template"; 
     24        $this->tpl_subtitle = '¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê'; 
    2425    } 
    2526} 
     
    3536$objPage->arrMagazineType = $arrMagazineType; 
    3637$objPage->mode = "regist"; 
    37  
    38 // id¤¬»ØÄꤵ¤ì¤Æ¤¤¤ë¤È¤­¤Ï¡ÖÊÔ½¸¡×ɽ¼¨ 
    39 if ( $_REQUEST['template_id'] ){ 
    40     $objPage->title = "ÊÔ½¸"; 
    41 } else { 
    42     $objPage->title = "¿·µ¬ÅÐÏ¿"; 
    43 } 
    4438 
    4539// ¥â¡¼¥É¤Ë¤è¤ë½èÍýʬ´ô 
     
    7165}  
    7266 
    73  
    74  
    75  
    76  
    77  
    7867$objView->assignobj($objPage); 
    7968$objView->display(MAIN_FRAME); 
    8069 
     70//============================================================================= 
    8171 
    8272function lfRegistData( $arrVal, $id = null ){ 
     
    126116} 
    127117 
    128  
    129  
    130118?> 
Note: See TracChangeset for help on using the changeset viewer.