fix error
This commit is contained in:
parent
5fa96f8825
commit
707f2a85e3
|
@ -1,5 +1,5 @@
|
|||
<!-- 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>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<p class="pull-right" >
|
||||
<form action="/search" method="get">
|
||||
<ul class="navigat nav nav-pills pull-right" id="mainmenu">
|
||||
<li <?php if($current_url=='/') echo " class='active'";?> ><a href="/">首 页</a></li>
|
||||
<li><a href="/">首 页</a></li>
|
||||
<li style="padding-left:15px"><a href="/archives/">新 闻</a></li>
|
||||
<li style="padding-left:15px"><a href="/data">数 据</a></li>
|
||||
<li style="padding-left:15px"><a href="/about">关于我们</a></li>
|
||||
|
|
Loading…
Reference in New Issue