fixed rowing
This commit is contained in:
parent
6328d5fa8e
commit
6bc9cfa947
11
index.php
11
index.php
@ -34,11 +34,11 @@
|
||||
<?php
|
||||
foreach (glob("roles/*.php") as $filename) {
|
||||
include $filename;
|
||||
if ($count%4 == 1)
|
||||
{
|
||||
echo "<div class="row">";
|
||||
}
|
||||
|
||||
if ($count%4 == 1)
|
||||
{
|
||||
echo "<div>";
|
||||
}
|
||||
echo '
|
||||
<div class="col s12 m4">
|
||||
<div class="blurry">
|
||||
@ -75,10 +75,11 @@
|
||||
|
||||
if ($count%4 == 0)
|
||||
{
|
||||
echo "</div>";
|
||||
echo "</div>";
|
||||
}
|
||||
$count++;
|
||||
}
|
||||
if ($count%4 != 1) echo "</div>";
|
||||
?>
|
||||
</div>
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user