Advertisement
SashaRaaa

Untitled

Jul 24th, 2018
1,226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3.    </head>
  4. <body
  5. >
  6. <h1>Галерея</h1>
  7.  
  8. <?php
  9. $gallery = $this->data['image'];
  10.  
  11. foreach ($gallery->getImages('/images') as $img) {
  12.     ?>
  13. <img src="/images/<?php echo $img; ?>">
  14.      <?php //var_dump ($img);
  15. };
  16. ?>
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement