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
whb
10 years ago
Commit
ac3f40b752c5a4ef8e0afb8d3ab3d1b8ae48143f
1 parent
9a30bfbc
空banner不显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
website/view/script/brand/index.php
website/view/script/brand/index.php
View file @
ac3f40b
<?php
$this
->
_extends
(
'layout/default_layout'
);
?>
<?php
$this
->
_block
(
'main'
);
?>
<?php
if
(
!
empty
(
$this
->
view
->
banners
))
:?>
<
div
class
="
slide
-
main
brand
-
slide
">
<div class="
slide
-
box
">
<div class="
slide
-
wrap
clearfix
">
...
...
@@ -24,6 +25,7 @@
<a
class=
"slide-next iconfont"
href=
"javascript:void(0);"
>

</a>
</div>
</div>
<?php
endif
;
?>
<div
class=
"brand-main"
>
<div
class=
"search-wrap"
>
<input
type=
"text"
placeholder=
"搜索品牌..."
>
...
...
Please
register
or
login
to post a comment