Index: /branches/dev/data/downloads/module/mdl_ebis_tag/ebis_tag_text.tpl
===================================================================
--- /branches/dev/data/downloads/module/mdl_ebis_tag/ebis_tag_text.tpl	(revision 15049)
+++ /branches/dev/data/downloads/module/mdl_ebis_tag/ebis_tag_text.tpl	(revision 15052)
@@ -1,6 +1,6 @@
-<!-- EBiS tag version2.00 start -->
+<!-- EBiS tag version2.10 start -->
 <script type="text/javascript">
 if ( location.protocol == 'http:' ){ 
-	strServerName = <!--{$arrEbis.login_url}-->; 
+	strServerName = '<!--{$arrEbis.login_url}-->'; 
 } else { 
 	strServerName = 'https://secure2.ebis.ne.jp/ver3';
@@ -10,5 +10,5 @@
 </script>
 <noscript>
-<img src="https://secure2.ebis.ne.jp/ver3/log.php?argument=<!--{$arrEbis.cid}-->&ebisPageID=<!--{$arrEbis.pid}-->" width="0" height="0">
+<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">
 </noscript>
 <!-- EBiS tag end -->
Index: /branches/dev/data/include/module.inc
===================================================================
--- /branches/dev/data/include/module.inc	(revision 15049)
+++ /branches/dev/data/include/module.inc	(revision 15052)
@@ -4,5 +4,5 @@
 class LC_EbisPage {
     function LC_EbisPage() {
-        $this->tpl_mainpage = MODULE_PATH . "ebis_tag_text.tpl";
+        $this->tpl_mainpage = MODULE_PATH . "mdl_ebis_tag/ebis_tag_text.tpl";
     }
 }
@@ -69,4 +69,5 @@
 }
 
+// ¹ØÆþ´°Î»²èÌÌ¤Î¥¨¥Ó¥¹¥¿¥°¤òÀßÄê
 function lfSetThanksPegeTag(&$arrEbis, $arrSubData){
     $pattern = "|/shopping/complete.php$|";
