// number of images in album
$nimages = 61;
// prefix all images in album with containing folder name
$prefix = "apero";
?>
 |
include("./Schiffli/stats.php");
$peeknail = rand(0, $nimages-1);
$number = sprintf("%03d", $peeknail);
echo " ";
?>
|
include("./Gaeste/stats.php");
$peeknail = rand(0, $nimages-1);
$number = sprintf("%03d", $peeknail);
echo " ";
?>
|
include("./Fest/stats.php");
$peeknail = rand(0, $nimages-1);
$number = sprintf("%03d", $peeknail);
echo " ";
?>
|
include("./Fruehstueck/stats.php");
$peeknail = rand(0, $nimages-1);
$number = sprintf("%03d", $peeknail);
echo " ";
?>
|
Apéro |
Schiffli |
Gäste |
Fest |
Frühstück |
include("./Kirche/stats.php");
$peeknail = rand(0, $nimages-1);
$number = sprintf("%03d", $peeknail);
echo " ";
?>
|
 |
include("./Impressionen/stats.php");
$peeknail = rand(0, $nimages-1);
$number = sprintf("%03d", $peeknail);
echo " ";
?>
|
Kirche |
Impressionen |
include("./Brautpaar/stats.php");
$peeknail = rand(0, $nimages-1);
$number = sprintf("%03d", $peeknail);
echo " ";
?>
|
include("./Zivil/stats.php");
$peeknail = rand(0, $nimages-1);
$number = sprintf("%03d", $peeknail);
echo " ";
?>
|
Brautpaar |
|
Zivil |
include("./Hotel/stats.php");
$peeknail = rand(0, $nimages-1);
$number = sprintf("%03d", $peeknail);
echo " ";
?>
|
 |
include("./Honigmond/stats.php");
$peeknail = rand(0, $nimages-1);
$number = sprintf("%03d", $peeknail);
echo " ";
?>
|
Hotel |
|
Honigmond |
|
include("./templates/footer.php");
?>