Top > デザインの変更 > ページ名

 

検索窓をつける

ここにいれてみようかな、と。

 

cube/data/Smarty/templates/default/mobile/top.tpl
34行目あたり

<br>
<form method="get" action="<!--{$smarty.const.MOBILE_URL_DIR}-->products/list.php">
<center>商品名からさがす<br>
<input type="hidden" name="mode" value="search">
<input type="text" name="name" size="18" maxlength="50" value="<!--{$smarty.get.name|escape}-->"><br>
<input type="submit" name="search" value="検索">
</center>
</form>

 

ページの下のこの部分がもし必要なければ

cube/data/Smarty/templates/default/mobile/top.tpl
47行目あたりの

<a href="products/search.php" accesskey="2"><!--{2|numeric_emoji}-->商品検索</a><br>

を削除してあげて下さい。