Authored by xuqi

footer without footer top

... ... @@ -2,6 +2,12 @@
## 公共定义
### 公共底部
{
footerTop: true //是否显示足部有货services,意见反馈和更多YOHO产品等模块
}
### 商品
{
... ...
<div class="yoho-footer">
{{#if footerTop}}
<div class="footertop">
<div class="index-foot">
<dl class="center-content clearfix">
... ... @@ -148,6 +149,7 @@
</dl>
</div>
</div>
{{/if}}
<div class="footerbottom">
<div class="promise">
<div class="center-content clearfix">
... ...
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
... ... @@ -257,6 +257,7 @@ class BoysController extends AbstractAction
);
$data = array(
'headerdata' => $headerdata,
'footerTop' => true,
'boysHomePage' => true,
'boy' => array(
array(
... ...