Changeset 7306 for temp/trunk/data


Ignore:
Timestamp:
2006/11/02 19:35:02 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

Location:
temp/trunk/data/downloads/module
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_payment.php

    r7305 r7306  
    77 * 
    88 */ 
    9  
    109  
    1110  
    1211require_once("../../require.php"); 
    1312 
    14 $arrConversionPage = array( 
    15     1 => '¾¦ÉÊ¹ØÆþ´°Î»²èÌÌ', 
    16     2 => '²ñ°÷ÅÐÏ¿´°Î»²èÌÌ' 
     13$arrPayment = array( 
     14    1 => '¥¯¥ì¥¸¥Ã¥È', 
     15    2 => '¥³¥ó¥Ó¥Ë', 
     16    3 => 'Á´¤Æ' 
    1717); 
    1818 
     
    2222    function LC_Page() { 
    2323        //¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤Î»ØÄê 
    24         $this->tpl_mainpage = MODULE_PATH . 'affiliate.tpl'; 
     24        $this->tpl_mainpage = MODULE_PATH . 'mdl_payment.tpl'; 
    2525        $this->tpl_subtitle = '¥¢¥Õ¥£¥ê¥¨¥¤¥È¥¿¥°Ëä¤á¹þ¤ß'; 
    2626        global $arrConversionPage; 
Note: See TracChangeset for help on using the changeset viewer.