Return to gallery page
<title>Picture Gallery</title>
<center><h1>Picture gallery</h1>
<script language="php">
$pictures="collection";
$display="show.php3";
$www_user="palfrey";
$www_group="www";
$width=4;
$max=20;
$keepaspect=1;
include "pictures.php3";
</script>
</center>
Return to gallery page

