Changeset 15052 for branches/dev
- Timestamp:
- 2007/07/17 20:48:09 (16 years ago)
- Location:
- branches/dev/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/downloads/module/mdl_ebis_tag/ebis_tag_text.tpl
r15049 r15052 1 <!-- EBiS tag version2. 00 start -->1 <!-- EBiS tag version2.10 start --> 2 2 <script type="text/javascript"> 3 3 if ( location.protocol == 'http:' ){ 4 strServerName = <!--{$arrEbis.login_url}-->;4 strServerName = '<!--{$arrEbis.login_url}-->'; 5 5 } else { 6 6 strServerName = 'https://secure2.ebis.ne.jp/ver3'; … … 10 10 </script> 11 11 <noscript> 12 <img src="https://secure2.ebis.ne.jp/ver3/log.php?argument=<!--{$arrEbis.cid}-->&ebisPageID=<!--{$arrEbis.pid}--> " width="0" height="0">12 <img src="https://secure2.ebis.ne.jp/ver3/log.php?argument=<!--{$arrEbis.cid}-->&ebisPageID=<!--{$arrEbis.pid}-->&ebisMember=<!--{$arrEbis.m1id}-->&ebisAmount=<!--{$arrEbis.a1id}-->&ebisOther1=<!--{$arrEbis.o1id}-->&ebisOther2=<!--{$arrEbis.o2id}-->&ebisOther3=<!--{$arrEbis.o3id}-->&ebisOther4=<!--{$arrEbis.o4id}-->&ebisOther5=<!--{$arrEbis.o5id}-->" width="0" height="0"> 13 13 </noscript> 14 14 <!-- EBiS tag end --> -
branches/dev/data/include/module.inc
r15049 r15052 4 4 class LC_EbisPage { 5 5 function LC_EbisPage() { 6 $this->tpl_mainpage = MODULE_PATH . " ebis_tag_text.tpl";6 $this->tpl_mainpage = MODULE_PATH . "mdl_ebis_tag/ebis_tag_text.tpl"; 7 7 } 8 8 } … … 69 69 } 70 70 71 // ¹ØÆþ´°Î»²èÌ̤Υ¨¥Ó¥¹¥¿¥°¤òÀßÄê 71 72 function lfSetThanksPegeTag(&$arrEbis, $arrSubData){ 72 73 $pattern = "|/shopping/complete.php$|";
Note: See TracChangeset
for help on using the changeset viewer.