Index: branches/version-2_11-dev/data/Smarty/templates/sphone/products/list.tpl
===================================================================
--- branches/version-2_11-dev/data/Smarty/templates/sphone/products/list.tpl	(revision 21212)
+++ branches/version-2_11-dev/data/Smarty/templates/sphone/products/list.tpl	(revision 21226)
@@ -132,4 +132,5 @@
 <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
+<input type="hidden" name="mode" value="search" />
 <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" >
 </form>
Index: branches/version-2_11-dev/data/Smarty/templates/sphone/products/detail.tpl
===================================================================
--- branches/version-2_11-dev/data/Smarty/templates/sphone/products/detail.tpl	(revision 21206)
+++ branches/version-2_11-dev/data/Smarty/templates/sphone/products/detail.tpl	(revision 21226)
@@ -375,4 +375,5 @@
 <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
+<input type="hidden" name="mode" value="search" />
 <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" >
 </form>
Index: branches/version-2_11-dev/data/Smarty/templates/sphone/index.tpl
===================================================================
--- branches/version-2_11-dev/data/Smarty/templates/sphone/index.tpl	(revision 21073)
+++ branches/version-2_11-dev/data/Smarty/templates/sphone/index.tpl	(revision 21226)
@@ -24,4 +24,5 @@
 <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
+<input type="hidden" name="mode" value="search" />
 <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" >
 </form>
