#set($store_second_url="$!webPath")
#if($!second_domain_view)
#set($store_second_url="http://$!{store.store_second_domain}.$!{domainPath}")
#end
$!httpInclude.include("/top.htm")
$!httpInclude.include("/store_head.htm?store_id=$!{store.id}")
#set($banner="$!webPath/resources/style/shop/$!{store.template}/images/banner.jpg")
#if($!store.store_banner)
#set($banner="$!webPath/$!store.store_banner.path/$!store.store_banner.name")
#end
$!httpInclude.include("/store_left.htm?id=$!store.id")
#if($store.slides.size()>0)
#foreach($slide in $store.slides)

#end
#foreach($slide in $store.slides)$!{velocityCount}#end #else
1234 #end
#foreach($goods in $goods_recommend)
#if($!goods.goods_main_photo)
#set($img="$!imageWebServer/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}")
#else
#set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}")
#end
#set($goods_url="$!webPath/goods_$!{goods.id}.htm")
#if($!config.second_domain_open)
#set($goods_url="http://$!{goods.goods_store.store_second_domain}.$!{domainPath}/goods_$!{goods.id}.htm")
#end
#end
#foreach($goods in $goods_new)
#if($!goods.goods_main_photo)
#set($img="$!imageWebServer/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}")
#else
#set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}")
#end
#set($goods_url="$!webPath/goods_$!{goods.id}.htm")
#if($!config.second_domain_open)
#set($goods_url="http://$!{goods.goods_store.store_second_domain}.$!{domainPath}/goods_$!{goods.id}.htm")
#end
#end
$!httpInclude.include("/footer.htm")