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.
 
 
 
 

16 lines
944 B

<?php if ($this->_var['recommend_brands']): ?>
<div class="brand-logos">
<div class="brand-warp-list">
<ul>
<?php $_from = $this->_var['recommend_brands']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'brand');if (count($_from)):
foreach ($_from AS $this->_var['brand']):
?>
<li><a href="brand.php?id=<?php echo $this->_var['brand']['brand_id']; ?>" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/street_brand.gif" width="129" height="57" alt="<?php echo $this->_var['brand']['brand_name']; ?>"class="lazy" data-original="<?php echo $this->_var['brand']['brand_logo']; ?>"></a></li>
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
</ul>
</div>
<a href="javascript:void(0);" class="prev"></a>
<a href="javascript:void(0);" class="next"></a>
</div>
<?php endif; ?>