{include file='header.html'} {include file="product/breadcrumb_show.html"}
{include file="tag_nav.html"} {foreach item=c from=$recommendlist} {/foreach}

相关推荐

{$c.title}

{$c.title}

{$data.title} {$data.title}
喜欢 {$data.loves}
失望 {$data.hates}
{if $data.start_time>$smarty.now}
¥{$data.lower_price} {$data.start_time|date:H:m}开始
{elseif $data.end_time>$smarty.now}
¥{$data.lower_price} 我要兑换
{else} {/if}
{if $smarty.session.ssadmin} 删除 {/if}
分类 {$cat.cname}
标签 {foreach item=c from=$tags} {$c} {/foreach}
{foreach item=c from=$data.attr} {if $c.attr_type eq 1}
{$c.title} {php echo $this->_var['c']['select'][$this->_var['data_attr'][$this->_var['c']['id']]] }
{else}
{$c.title} {foreach item=cc key=kk from=$c.select} {$cc} {/foreach}
{/if} {/foreach}
{$data.content}
用户评价
{include file="comment/inc_common.html"}
{include file='footer.html'}