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

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/mypage/refusal.php

    r3337 r3338  
    3535switch ($_POST['mode']){ 
    3636    case 'confirm': 
    37     $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal_confirm.tpl'; 
     37    $objPage->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal_confirm.tpl'; 
    3838    $objPage->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤­(³Îǧ¥Ú¡¼¥¸)"; 
    39      
    40     sfprintr($_POST); 
    4139 
    4240    break; 
Note: See TracChangeset for help on using the changeset viewer.