Guest User

Untitled

a guest
Oct 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php $key = 0; ?>
  2. <div class="row">
  3. <?php foreach ($page->feedbacks as $model) : ?>
  4.  
  5. <?php if($key > 0 && $key % 3 == 0): ?>
  6. </div>
  7. <div class="row">
  8. <?php endif;
  9. $key++; ?>
  10.  
  11. <div class="col-sm-4">
  12. </div>
  13.  
  14. <?php endforeach; ?>
  15. </div>
Add Comment
Please, Sign In to add comment