Inital commit

This commit is contained in:
Tilman
2011-10-26 10:11:42 +02:00
commit c0da376199
888 changed files with 44367 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<?php
$access_restricted = true;
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/startup.php');
$pagetitle = 'Zelten an der Ostsee, Juni 2002';
$breadcrumb = '';
$bilderordner = 'bilder';
$bilderliste = getDirArray($bilderordner);
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/imageprovider.php');
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pageheader.php');
?>
<div class="content">
<?php
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/imageviewer.php');
?>
</div>
<?php
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pagefooter.php');
?>