fixed rowing

This commit is contained in:
Jesse James Isler 2022-03-28 14:02:26 +02:00
parent 6328d5fa8e
commit 6bc9cfa947

View File

@ -34,11 +34,11 @@
<?php <?php
foreach (glob("roles/*.php") as $filename) { foreach (glob("roles/*.php") as $filename) {
include $filename; include $filename;
if ($count%4 == 1) if ($count%4 == 1)
{ {
echo "<div class="row">"; echo "<div>";
} }
echo ' echo '
<div class="col s12 m4"> <div class="col s12 m4">
<div class="blurry"> <div class="blurry">
@ -79,6 +79,7 @@
} }
$count++; $count++;
} }
if ($count%4 != 1) echo "</div>";
?> ?>
</div> </div>
<script> <script>