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/show_pictures.php
Normal file
6
funktionen/show_pictures.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$width_middle = 311;
|
||||
printf("<a href=\"%s\" class=\"lightbox\" ><img id=\"contentimg\" src=\"%s\" alt=\"\" width=\"%s\" /></a>",
|
||||
dirname($allfiles[0]) . DIRECTORY_SEPARATOR . basename($allfiles[0]),
|
||||
$allfiles[0], $width_middle);
|
||||
?>
|
Reference in a new issue