Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- </head>
- <body
- >
- <h1>Галерея</h1>
- <?php
- $gallery = $this->data['image'];
- foreach ($gallery->getImages('/images') as $img) {
- ?>
- <img src="<?php __DIR__ . $img; ?>>"
- <?php //var_dump (__DIR__ . $img);
- };
- ?>
- </body
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement