diff --git a/index.php b/index.php index 020a7d3..8de8839 100644 --- a/index.php +++ b/index.php @@ -30,11 +30,17 @@ +
"; +} + echo ' -
+
@@ -66,9 +72,15 @@
'; + + if ($count%4 == 0) + { + echo "
"; + } + $count++; } ?> - +