update header.phtml
This commit is contained in:
parent
4f0e4d3bdd
commit
901aeb4b5b
|
@ -1,5 +1,5 @@
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
<link href="../../../../htdocs/sjyportal/css/style.css" rel="stylesheet" type="text/css" />
|
<link href="/sjyportal/css/style.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<p >
|
<p >
|
||||||
<form action="/search" method="get">
|
<form action="/search" method="get">
|
||||||
<ul class="navigat nav nav-pills pull-right" id="mainmenu">
|
<ul class="navigat nav nav-pills pull-right" id="mainmenu">
|
||||||
<li style="padding-right:15px"<?php if($current_url=='/') echo " class='active'";?> ><a href="/">首 页</a></li>
|
<li style="padding-right:15px"><a href="/">首 页</a></li>
|
||||||
<li style="padding-right:15px"><a href="/archives/">新 闻</a></li>
|
<li style="padding-right:15px"><a href="/archives/">新 闻</a></li>
|
||||||
<li style="padding-right:15px"><a href="/data">数 据</a></li>
|
<li style="padding-right:15px"><a href="/data">数 据</a></li>
|
||||||
<li style="padding-right:15px"><a href="/about">关于我们</a></li>
|
<li style="padding-right:15px"><a href="/about">关于我们</a></li>
|
||||||
|
|
Loading…
Reference in New Issue