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
507 B
16 lines
507 B
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<!-- {if $brand_list} -->
|
|
<div class="w-main mb20">
|
|
<ul class="index_genghuan">
|
|
<!-- {foreach from=$brand_list item=brand name="brand_foreach"} -->
|
|
<li>
|
|
<a href="{$brand.url}">
|
|
<img alt="{$brand.brand_name|escape:html}" title="{$brand.brand_name|escape:html}" src="data/brandlogo/{$brand.brand_logo}">
|
|
<span>{$brand.brand_name|escape:html}</span></a>
|
|
</li>
|
|
<!-- {/foreach} -->
|
|
</ul>
|
|
</div>
|
|
<!-- {/if} -->
|
|
|