refactor: 修改页面底部文件
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<div class="foottxttop">
|
<div class="foottxttop">
|
||||||
<!--ico -->
|
<!--ico -->
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<img src="static/index/images/bottomlogo.png" class="footerico" />
|
<img src="/static/index/images/bottomlogo.png" class="footerico" />
|
||||||
</a>
|
</a>
|
||||||
<div class="foootCt">
|
<div class="foootCt">
|
||||||
<p class="ftitle">{:lang('footer_navigation.product_categorys')}</p>
|
<p class="ftitle">{:lang('footer_navigation.product_categorys')}</p>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
{if condition="!empty($vo.children)"}
|
{if condition="!empty($vo.children)"}
|
||||||
<ul>
|
<ul>
|
||||||
{volist name="vo.children" id="vc"}
|
{volist name="vo.children" id="vc"}
|
||||||
<li><a href="{$vo.link}" class="fline">{$vc.name}</a></li>
|
<li><a href="{$vc.link}" class="fline">{$vc.name}</a></li>
|
||||||
{/volist}
|
{/volist}
|
||||||
</ul>
|
</ul>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user