* rewrite the header use yui3.2.

This commit is contained in:
wangchunsheng
2011-02-16 14:02:44 +00:00
parent 73aab3827f
commit bbcc79961a
2 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ include 'header.lite.html.php';
include 'colorbox.html.php';
?>
<div id='header'>
<div class='g' id='header'>
<div class='g' id='topbar'>
<div class='u-1-2'>
<div class='cont'>
<div class='cont a-left'>
<?php
echo $app->company->name . $lang->colon;
if($app->company->website) echo html::a($app->company->website, $lang->company->website, '_blank');
@@ -19,7 +19,7 @@ include 'colorbox.html.php';
</div>
<div class='u-1-2'><div class='cont a-right'><?php commonModel::printTopBar();?></div></div>
</div>
<div class='g' id='navbar'>
<div id='navbar'>
<div id='mainmenu'><?php commonModel::printMainmenu($this->moduleName); commonModel::printSearchBox();?></div>
<div id='modulemenu'><?php commonModel::printModuleMenu($this->moduleName);?></div>
</div>