Advertisement
Guest User

Untitled

a guest
Mar 12th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?php $articles_categories_body = R::getCol('SELECT id FROM articles_categories'); ?>
  2. <div class="container">
  3. <div class="row">
  4. <div class="body__title__left__box">
  5. <?php
  6. if ($articles_categories_body_item % 2 != 0) {
  7. echo $articles_categories_body_item;
  8. }
  9. ?>
  10. </div>
  11. </div>
  12. <div class="row">
  13. <div class="body__title__right__box">
  14. <?php
  15. if ($articles_categories_body_item % 2 == 0) {
  16. echo $articles_categories_body_item;
  17. }
  18. ?>
  19. </div>
  20. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement