Merge branch 'develop' of http://git.dev.yoho.cn/web/yohood.git into develop
Showing
1 changed file
with
4 additions
and
3 deletions
@@ -51,9 +51,10 @@ | @@ -51,9 +51,10 @@ | ||
51 | $action_name = $_ctx->action_name; | 51 | $action_name = $_ctx->action_name; |
52 | ?> | 52 | ?> |
53 | <div class="header" id="w-submit"> | 53 | <div class="header" id="w-submit"> |
54 | - <a href="<?php echo SITE_MAIN;?>"> | ||
55 | - <h1 class="logo"></h1> | ||
56 | - </a> | 54 | + <!-- 页首 logo start --> |
55 | + <h1 class="logo"> | ||
56 | + <img src='<?php echo SITE_RES ."/images/yohood/logo3.0.png"?>'> | ||
57 | + </h1> | ||
57 | <div class="nav"> | 58 | <div class="nav"> |
58 | <ul class="clearfix"> | 59 | <ul class="clearfix"> |
59 | <li <?php echo ($controller_name == 'default') ? 'class="current"':''; ?>> | 60 | <li <?php echo ($controller_name == 'default') ? 'class="current"':''; ?>> |
-
Please register or login to post a comment