Advertisement
rozman50

Untitled

May 10th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <!-- <div class="item">
  2. <a href="">
  3. <img src="<?php echo $x->slika; ?>">
  4. </a>
  5.  
  6. <h2 class='title'><?php echo $x->title; ?></h2>
  7. <div class="info">
  8. <span class="startDate"><?php $value->datZacetek ?></span>
  9. <span>-</span>
  10. <span class="endDate"><?php $x->datKonec ?></span>
  11. <span class='pikica'></span>
  12. <span class="location"><?php $x->lokacija ?></span>
  13. </div>
  14. </div> -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement