homepagePHP/app/Home/View/mobile/Public/header.html

15 lines
680 B
HTML
Executable File

<header>
<div class="container inner-header">
<a href="{:U('home/index/index')}" class="left-wrap">
<!-- <span class="text-orange">解困式</span>报道案例库 -->
<img src="{:showFileUrl(C('CONFIG_WEBSITE_LOGO'))}" alt="{:C('WEB_SITE_TITLE')}">
</a>
<div class="right">
<a href="{:U('/home/Us/aboutUs')}" class="about_us_top <eq name='CONTROLLER_NAME' value='Us'>active</eq>">
<i class="iconfont icon-guanyuwomen"></i>
<div class="">关于我们</div>
</a>
<a href="{:U('/home/search/index')}" class="icon-y-search"></a>
</div>
</div>
</header>