Index: /branches/comu-ver2/data/Smarty/templates/default/detail.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/detail.tpl	(revision 17605)
+++ /branches/comu-ver2/data/Smarty/templates/default/detail.tpl	(revision 17610)
@@ -156,5 +156,5 @@
 
 
-            <form name="form1" id="form1" method="post" action="?">
+            <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
                 <input type="hidden" name="mode" value="cart" />
                 <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->" />
Index: /branches/comu-ver2/data/Smarty/templates/default/rss/index.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/rss/index.tpl	(revision 17005)
+++ /branches/comu-ver2/data/Smarty/templates/default/rss/index.tpl	(revision 17610)
@@ -26,5 +26,5 @@
 <channel>
 <title> <!--{$site_title|sf_mb_convert_encoding:$encode|escape}--> </title>
-<link> <!--{$smarty.const.SITE_URL}--> </link>
+<link> <!--{$smarty.const.URL_SITE_TOP}--> </link>
 <description> <!--{$description|sf_mb_convert_encoding:$encode|escape}--> </description>
 <language>ja</language>
@@ -41,5 +41,5 @@
 		<item>
 			<!--{if $arrNews[cnt].news_url == '' }-->
-				<link> <!--{$smarty.const.SITE_URL}--> </link>
+				<link> <!--{$smarty.const.URL_SITE_TOP}--> </link>
 			<!--{else}-->
 				<link> <!--{$arrNews[cnt].news_url|escape}--></link>
Index: /branches/comu-ver2/data/Smarty/templates/default/list.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/list.tpl	(revision 17605)
+++ /branches/comu-ver2/data/Smarty/templates/default/list.tpl	(revision 17610)
@@ -52,5 +52,5 @@
 <!--▼CONTENTS-->
 <div id="undercolumn" class="product product_list">
-    <form name="form1" id="form1" method="post" action="?">
+    <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
         <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" />
         <input type="hidden" name="mode" value="" />
Index: /branches/comu-ver2/data/Smarty/templates/default/header.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/header.tpl	(revision 17605)
+++ /branches/comu-ver2/data/Smarty/templates/default/header.tpl	(revision 17610)
@@ -23,5 +23,5 @@
 <div id="header">
   <h1>
-    <a href="<!--{$smarty.const.SITE_URL}-->">
+    <a href="<!--{$smarty.const.URL_SITE_TOP}-->">
       <em><!--{$arrSiteInfo.shop_name|escape}-->/<!--{$tpl_title|escape}--></em>
     </a>
Index: /branches/comu-ver2/data/Smarty/templates/default/admin/contents/campaign_create_tag.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/admin/contents/campaign_create_tag.tpl	(revision 17605)
+++ /branches/comu-ver2/data/Smarty/templates/default/admin/contents/campaign_create_tag.tpl	(revision 17610)
@@ -24,5 +24,5 @@
 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`admin_popup_header.tpl"}-->
 
-<form name="form1" id="form1" method="post" action="?">
+<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
 <input name="mode" type="hidden" value="search" />
 <input name="anchor_key" type="hidden" value="" />
Index: /branches/comu-ver2/data/Smarty/templates/default/admin/contents/recomend_search.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/admin/contents/recomend_search.tpl	(revision 17605)
+++ /branches/comu-ver2/data/Smarty/templates/default/admin/contents/recomend_search.tpl	(revision 17610)
@@ -41,5 +41,5 @@
 
 <!--▼検索フォーム-->
-<form name="form1" id="form1" method="post" action="?">
+<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
 <input name="mode" type="hidden" value="search" />
 <input name="search_pageno" type="hidden" value="" />
Index: /branches/comu-ver2/data/Smarty/templates/default/admin/products/product_select.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/admin/products/product_select.tpl	(revision 17605)
+++ /branches/comu-ver2/data/Smarty/templates/default/admin/products/product_select.tpl	(revision 17610)
@@ -41,5 +41,5 @@
 　
 <!--▼検索フォーム-->
-<form name="form1" id="form1" method="post" action="?">
+<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
 <input name="mode" type="hidden" value="search" />
 <input name="anchor_key" type="hidden" value="" />
Index: /branches/comu-ver2/data/Smarty/templates/default/admin/order/product_select.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/admin/order/product_select.tpl	(revision 17605)
+++ /branches/comu-ver2/data/Smarty/templates/default/admin/order/product_select.tpl	(revision 17610)
@@ -113,5 +113,5 @@
 
 <!--▼検索フォーム-->
-<form name="form1" id="form1" method="post" action="?">
+<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
 <input name="mode" type="hidden" value="search" />
 <input name="anchor_key" type="hidden" value="" />
Index: /branches/comu-ver2/data/Smarty/templates/default/admin/mail/htmlmail_select.tpl
===================================================================
--- /branches/comu-ver2/data/Smarty/templates/default/admin/mail/htmlmail_select.tpl	(revision 17605)
+++ /branches/comu-ver2/data/Smarty/templates/default/admin/mail/htmlmail_select.tpl	(revision 17610)
@@ -39,5 +39,5 @@
 </script>
 　
-<form name="form1" id="form1" method="post" action="?">
+<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
 <input name="mode" type="hidden" value="search" />
 <input name="search_pageno" type="hidden" value="" />
