Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
fa6374f7b524b57f367c806827bba154e13b4e62
2 parents
4c9a62a3
ea42598e
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohood.git
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
website/view/layout/default_layout.php
website/view/layout/default_layout.php
View file @
fa6374f
...
...
@@ -51,9 +51,10 @@
$action_name
=
$_ctx
->
action_name
;
?>
<div
class=
"header"
id=
"w-submit"
>
<a
href=
"
<?php
echo
SITE_MAIN
;
?>
"
>
<h1
class=
"logo"
></h1>
</a>
<!-- 页首 logo start -->
<h1
class=
"logo"
>
<img
src=
'
<?php
echo
SITE_RES
.
"/images/yohood/logo3.0.png"
?>
'
>
</h1>
<div
class=
"nav"
>
<ul
class=
"clearfix"
>
<li
<?php
echo
(
$controller_name
==
'default'
)
?
'class="current"'
:
''
;
?>
>
...
...
Please
register
or
login
to post a comment