You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.6 KiB

3 years ago
<?php if ($this->_var['best_goods']): ?>
<div id="dome3">
<div class="done-warp">
<ul>
<?php $_from = $this->_var['best_goods']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'goods_0_76795100_1689900044');if (count($_from)):
foreach ($_from AS $this->_var['goods_0_76795100_1689900044']):
?>
<li>
<div class="done-img"><a href="<?php echo $this->_var['goods_0_76795100_1689900044']['url']; ?>" target="_blank" title="<?php echo htmlspecialchars($this->_var['goods_0_76795100_1689900044']['name']); ?>"><img src="<?php echo $this->_var['goods_0_76795100_1689900044']['thumb']; ?>" width="136" height="136" /></a></div>
<div class="done-name"><a href="<?php echo $this->_var['goods_0_76795100_1689900044']['url']; ?>" target="_blank" title="<?php echo htmlspecialchars($this->_var['goods_0_76795100_1689900044']['name']); ?>"><?php echo $this->_var['goods_0_76795100_1689900044']['short_style_name']; ?></a></div>
<div class="done-price">
<span class="shop-price"><?php echo $this->_var['goods_0_76795100_1689900044']['shop_price']; ?></span>
<span class="original-price"><?php echo $this->_var['goods_0_76795100_1689900044']['market_price']; ?></span>
</div>
</li>
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
</ul>
<a href="javascript:void(0);" class="done-prev"></a>
<a href="javascript:void(0);" class="done-next"></a>
</div>
</div>
<?php endif; ?>