initialer import von douth-hiphop.de's Entwicklungsstand
This commit is contained in:
commit
9805cf14de
54 changed files with 1237 additions and 0 deletions
6
funktionen/thumbnail_show.php
Normal file
6
funktionen/thumbnail_show.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
foreach ($thumbsizes as $thumbfile => $thumbsize) {
|
||||
printf("<div class=\"thumbnail\"><img src=\"%s\" alt=\"\" height=\"%s\" /></div>",
|
||||
$thumbfile, $thumbheight);
|
||||
}
|
||||
?>
|
Reference in a new issue