refactor: 修改多语言相关
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
<form action="{:url('product/search')}" method="get" class="topsearch">
|
||||
<div class="sleft">
|
||||
<img src="__IMAGES__/ssapp.png" class="icosearch"/>
|
||||
<input class="topseach-ipt" name="keywords" placeholder="{:lang('请搜索')}"/>
|
||||
<input class="topseach-ipt" name="keywords" placeholder="{:lang_i18n('请搜索')}"/>
|
||||
</div>
|
||||
<button type="submit" class="searchbt">{:lang('搜索')}</button>
|
||||
<button type="submit" class="searchbt">{:lang_i18n('搜索')}</button>
|
||||
</form>
|
||||
{notempty name="products"}
|
||||
<div class="prlist">
|
||||
|
||||
Reference in New Issue
Block a user