jan
/
sjqg
Archived
1
0
Fork 0
This repository has been archived on 2018-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
sjqg/funktionen/show_pictures.php

6 lines
291 B
PHP

<?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);
?>