update header.phtml

This commit is contained in:
wlx 2014-06-13 14:44:47 +00:00
parent 4f0e4d3bdd
commit 901aeb4b5b
1 changed files with 2 additions and 2 deletions

View File

@ -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 >
<form action="/search" method="get">
<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="/data">数 据</a></li>
<li style="padding-right:15px"><a href="/about">关于我们</a></li>