{include file='header.html'} {include file="product/breadcrumb_show.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}
{$data.content}
用户评价
{include file="comment/inc_common.html"}
{include file='footer.html'}