- Timestamp:
- 2006/10/26 14:11:33 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
downloads/module/affiliate.php (modified) (2 diffs)
-
downloads/module/affiliate.tpl (modified) (previous)
-
include/ebis_tag.inc (deleted)
-
include/module.inc (added)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/affiliate.php
r6793 r6796 10 10 require_once("../../require.php"); 11 11 12 $arrConversionPage = array( 13 1 => '¾¦ÉÊ¹ØÆþ´°Î»', 14 2 => '²ñ°÷ÅÐÏ¿´°Î»' 15 ); 16 12 17 //¥Ú¡¼¥¸´ÉÍý¥¯¥é¥¹ 13 18 class LC_Page { … … 17 22 $this->tpl_mainpage = MODULE_PATH . 'affiliate.tpl'; 18 23 $this->tpl_subtitle = '¥¢¥Õ¥£¥ê¥¨¥¤¥È¥¿¥°Ëä¤á¹þ¤ß'; 24 global $arrConversionPage; 25 $this->arrConversionPage = $arrConversionPage; 19 26 } 20 27 }
Note: See TracChangeset
for help on using the changeset viewer.
