use new layout

This commit is contained in:
wlx 2011-10-25 13:43:03 +00:00
parent 2af318539c
commit eede619740
1 changed files with 33 additions and 29 deletions

View File

@ -1,6 +1,8 @@
<div id="divHeader">
<div id="divLogo">
<a href="/"><img src="/images/heihe-logo1.png" alt="Heihe Logo" /></a>
<a href="/"><img src="/images/heihe-logo.png" alt="Westdc Logo" /></a>
</div>
<div class="nav">
<div id="divNavi">
<ul>
<!-- CSS Tabs -->
@ -12,6 +14,7 @@
<li><a href="/community"><span>合作与交流</span></a></li>
<li><a href="/about"><span>关于本站</span></a></li>
</ul>
</div>
<div id="userNavi">
<?php
$auth = Zend_Auth::getInstance();
@ -27,3 +30,4 @@
?>
</div>
</div>
</div>