📄 bestsellers.tpl
字号:
{if $bestsellers}
{capture name=bestsellers}
<TABLE cellpadding="0" cellspacing="2" border="0">
{section name=num loop=$bestsellers}
<TR>
{if $config.Modules.bestsellers_thumbnails eq "Y"}
<TD width="30">
<A href="product.php?productid={$bestsellers[num].productid}&cat={$cat}">{include file="product_thumbnail.tpl" productid=$bestsellers[num].productid image_x=25 product=$bestsellers[num].product}</A>
</TD>
{/if}
<TD>
<B><A href="product.php?productid={$bestsellers[num].productid}&cat={$cat}">{$bestsellers[num].product}</A></B><BR>
{$lng.lbl_our_price}: {include file="currency.tpl" value=$bestsellers[num].price}<BR>
</TD>
</TR>
{/section}
</TABLE>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_bestsellers content=$smarty.capture.bestsellers extra="width=100%"}
{/if}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -