Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/edycja_wzory-podziekowania.php |
<?php
function katalog(){
$files = array();
$iterator = new DirectoryIterator('../../podziekowanianamagnesie/img/mini/makiety/');
foreach ($iterator as $fileinfo) {
if ($fileinfo->isFile()) {
$files[] = array($fileinfo->getFilename());
}
}
sort($files);
foreach($files as $fileinfo){
echo '<a href="http://www.magnesy.etykietyweselne.pl/?plik='.$fileinfo[0].'" class="but"><img src="http://magnesy.etykietyweselne.pl/img/mini/makiety/'.$fileinfo[0].'" style="width:100px;margin:10px;"></a>';
}
}
include('header.php');
include('menu.php');?>
<div style="border:2px solid silver;border-radius:10px;padding:20px;margin:20px auto;width:500px;">
<h2>Edytuj wzory:</h2>
<?php katalog();?>
</div>
</body>
</html>