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
1dca6dfab5b527f8e3e4ce9ab0d9d4c8153d17a3
1 parent
eb8cea41
去掉空白
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
website/view/script/default/index.php
website/view/script/default/index.php
View file @
1dca6df
...
...
@@ -37,11 +37,12 @@
</div>
</div>
</div>
<?php
if
(
count
(
$this
->
view
->
partnerList
))
:?>
<
div
class
="
cooperation
clearfix
">
<div class="
cooperation
-
slide
-
box
">
<div class="
slide
-
wrap
clearfix
">
<?php
$partnerGroups
=
array
();
$partnerGroups
= array();
foreach(
$this->view
->partnerList as
$partner
)
{
foreach(
$this->view
->partnerTypes as
$key
=>
$type
)
...
...
@@ -136,7 +137,8 @@ EOL;
<a class="
cooperation
-
slide
-
next
iconfont
" href="
javascript
:
void
(
0
);
"></a>
</div>
</div>
<?php endif;?>
<div id="
right_banner
" style="
display
:
none
;
" num="
<?
php
echo
count
(
$this
->
view
->
rightBanners
);
?>
">
<div
class=
"fluid-item layout-item tiled"
>
<?php
...
...
Please
register
or
login
to post a comment