📄 menu_bestsellers.tpl
字号:
{if $bestsellers}
{capture name=menu}
<TABLE border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
{section name=num loop=$bestsellers}
<TR><TD height=18 onmouseover="this.bgColor='#B5F3FF'" onmouseout="this.bgColor='#EFEFEF'" bgColor="#EFEFEF">
<FONT class="VertMenuItems"><B>{math equation="value+1" value=$smarty.section.num.index}.</B></FONT>
<A href="product.php?productid={$bestsellers[num].productid}&cat={$cat}" class=VertMenuItems>{$bestsellers[num].product}</A><BR>
</TD></TR>
{/section}
</TABLE>
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_bestsellers menu_content=$smarty.capture.menu }
{/if}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -