Ignore:
Timestamp:
2007/03/28 13:01:38 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/html/entry/complete.php

    r11730 r11982  
    1010    function LC_Page() { 
    1111        $this->tpl_css = URL_DIR.'css/layout/entry/complete.css';   // ¥á¥¤¥óCSS¥Ñ¥¹ 
    12         $this->tpl_mainpage = 'entry/complete.tpl';         // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
     12         
     13        if(CUSTOMER_CONFIRM_MAIL == true) { 
     14            // ²¾²ñ°÷ÅÐÏ¿´°Î» 
     15            $this->tpl_mainpage = 'entry/complete.tpl';         // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È 
     16        } else { 
     17            // Ëܲñ°÷ÅÐÏ¿´°Î» 
     18            $this->tpl_mainpage = 'regist/complete.tpl';        // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È            
     19        } 
     20         
    1321        $this->tpl_title .= '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)';         //¡¡¥Ú¡¼¥¸¥¿¥¤¥È¥ë 
    1422    } 
Note: See TracChangeset for help on using the changeset viewer.