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
7419c497f07b8fac2780126c262f5c519aced2d6
1 parent
6982d5d0
bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
website/view/script/default/index.php
website/view/script/default/index.php
View file @
7419c49
...
...
@@ -106,7 +106,7 @@ EOL;
foreach (
$templates
as
$temp
) {
preg_match_all("
/<
li
>/
i
",
$temp
,
$liLen
, PREG_SET_ORDER);
if(count(
$liLen
) >
16
)
if(count(
$liLen
) >
8
)
{
$temp
= preg_replace('@<div class="
(
.*
)
">(.+)<\/div>@isU', "
\\2
",
$temp
);
$template
.='<div class="
box
big
-
size
clearfix
">'.
$temp
.'</div>';
...
...
@@ -161,7 +161,7 @@ EOL;
// {
//
$template
.='</div>';
// }
echo
$template
;
?>
</div>
...
...
Please
register
or
login
to post a comment