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
Email Patches
Plain Diff
Browse Files
Authored by
tmq
9 years ago
Commit
220ddcb27657f139b64207193d559cba6e9cb264
1 parent
16d84832
去掉部分导航
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
website/view/layout/admin_layout.php
website/view/layout/admin_layout.php
View file @
220ddcb
...
...
@@ -23,11 +23,8 @@
<ul
class=
"nav"
>
<li
<?php
if
(
$_ctx
->
controller_name
==
'mobile'
)
:?>
class
="
active
"<?php endif;?>><a href="
<?
php
echo
url
(
'mobile/index'
)
?>
"
>
客户端模块
</a></li>
<li
<?php
if
(
$_ctx
->
controller_name
==
'index'
)
:?>
class
="
active
"<?php endif;?>><a href="
<?
php
echo
url
(
'index/index'
)
?>
"
>
首页
</a></li>
<li
<?php
if
(
$_ctx
->
controller_name
==
'activity'
&&
in_array
(
$_ctx
->
action_name
,
array
(
'index'
,
'create'
))
)
:?>
class
="
active
"<?php endif;?>><a href="
<?
php
echo
url
(
'activity/index'
)
?>
"
>
活动介绍
</a></li>
<li
<?php
if
(
$_ctx
->
controller_name
==
'news'
)
:?>
class
="
active
"<?php endif;?>><a href="
<?
php
echo
url
(
'news/index'
)
?>
"
>
资讯
</a></li>
<li
<?php
if
(
$_ctx
->
controller_name
==
'brand'
&&
$_ctx
->
action_name
!=
'booth'
||
(
$_ctx
->
controller_name
==
'prod'
&&
!
isset
(
$_REQUEST
[
'status'
]))
)
:?>
class
="
active
" <?php endif;?>><a href="
<?
php
echo
url
(
'brand/index'
)
?>
"
>
品牌
</a></li>
<li
<?php
if
(
$_ctx
->
controller_name
==
'prod'
&&
isset
(
$_REQUEST
[
'status'
])
)
:?>
<?
php
echo
$_REQUEST
[
'status'
]
==
1
?
'class="active"'
:
''
;
endif
;
?>
><a
href=
"
<?php
echo
url
(
'prod/index'
,
array
(
'status'
=>
1
))
?>
"
>
限量商品
</a></li>
<li
<?php
if
(
$_ctx
->
controller_name
==
'activity'
&&
in_array
(
$_ctx
->
action_name
,
array
(
'plantopic'
,
'plan'
)))
:?>
class
="
active
"<?php endif;?>><a href="
<?
php
echo
url
(
'activity/plantopic'
)
?>
"
>
现场活动
</a></li>
<li
<?php
if
(
$_ctx
->
controller_name
==
'partner'
&&
$_ctx
->
action_name
==
'index'
)
:?>
class
="
active
"<?php endif;?>><a href="
/
admin
/
partner
/
index
">合作伙伴</a></li>
<li <?php if (
$_ctx->controller_name
== 'brand' &&
$_ctx->action_name
== 'booth'):?>class="
active
"<?php endif;?>><a href="
/
admin
/
brand
/
booth
">booth坐标</a></li>
<li <?php if (
$_ctx->controller_name
== 'invitation' &&
$_ctx->action_name
== 'index'):?>class="
active
"<?php endif;?>><a href="
/
admin
/
invitation
/
index
">邀请函</a></li>
...
...
Please
register
or
login
to post a comment