Created
April 23, 2018 19:52
-
-
Save VhMuzini/3ec8834df9d0f3da5c9b349c37b0b610 to your computer and use it in GitHub Desktop.
Separate columns in php foreach using bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<? foreach ($uuids as $uuid): ?> | |
<div class="col-md-4"> | |
<? component("sigpark.php", $uuid); ?> | |
</div> | |
<? endforeach; ?> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment