|
|
@@ -10,7 +10,7 @@
|
|
|
<foreach name="phb1" id="v">
|
|
|
<li <if condition="$key eq 0">class="active"</if>>
|
|
|
<a href="#" target="">
|
|
|
- <img class="fl" src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}">
|
|
|
+ <img class="fl" data-src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}">
|
|
|
<div>
|
|
|
<i></i>
|
|
|
<span class="nowrap">{$v.title}</span>
|
|
|
@@ -28,7 +28,7 @@
|
|
|
<foreach name="phb2" id="v">
|
|
|
<li <if condition="$key eq 0">class="active"</if>>
|
|
|
<a href="#" target="">
|
|
|
- <img class="fl" src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}">
|
|
|
+ <img class="fl" data-src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}">
|
|
|
<div>
|
|
|
<i></i>
|
|
|
<span class="nowrap">{$v.title}</span>
|
|
|
@@ -46,7 +46,7 @@
|
|
|
<foreach name="phb3" id="v">
|
|
|
<li <if condition="$key eq 0">class="active"</if>>
|
|
|
<a href="#" target="">
|
|
|
- <img class="fl" src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}">
|
|
|
+ <img class="fl" data-src="{:cmf_get_image_preview_url($v.logo)}" width="100" height="75" alt="{$v.title}">
|
|
|
<div>
|
|
|
<i></i>
|
|
|
<span class="nowrap">{$v.title}</span>
|
|
|
@@ -67,7 +67,7 @@
|
|
|
</div>
|
|
|
<div class="mob_none mt30">
|
|
|
<foreach name="banner3" id="v">
|
|
|
- <a href="{$v.url}" target="{$v.target}" title="{$v.title}"><img src="{:cmf_get_image_preview_url($v.image)}" width="880" height="70" alt="{$v.title}"></a>
|
|
|
+ <a href="{$v.url}" target="{$v.target}" title="{$v.title}"><img data-src="{:cmf_get_image_preview_url($v.image)}" width="880" height="70" alt="{$v.title}"></a>
|
|
|
</foreach>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -90,7 +90,7 @@
|
|
|
</div>
|
|
|
<div class="mt30 mob_none">
|
|
|
<foreach name="banner4" id="v">
|
|
|
- <a href="{$v.url}" target="{$v.target}" title="{$v.title}"><img src="{:cmf_get_image_preview_url($v.image)}" width="300" height="170" alt="{$v.title}"></a>
|
|
|
+ <a href="{$v.url}" target="{$v.target}" title="{$v.title}"><img data-src="{:cmf_get_image_preview_url($v.image)}" width="300" height="170" alt="{$v.title}"></a>
|
|
|
</foreach>
|
|
|
</div>
|
|
|
</div>
|