include 'preload.php';
require("./class.dir.php");
?>
echo $row_main['veranstaltung']; ?>
$DIR = new myDIR;
$DIR->setMASK("*.jpg");
$DIR->setFIND("all");
$DIR->setROOT("./".$pfad."/big/");
$RESULT = $DIR->getRESULT();
$actpic = $RESULT[$_GET['bildnr']]["file"];
?>
 |
$seite = ceil(($_GET['bildnr']+1)/$bilder_pro_seite);
$bildnext = $_GET['bildnr']+1;
$bildprev = $_GET['bildnr']-1;
if($_GET['bildnr'] == count($RESULT)-1) {$bildnext = 0;}
if($_GET['bildnr'] == 0) {$bildprev = count($RESULT)-1;}
?>
| vorheriges Bild |
zurück zur Übersicht |
if($nochweiter >= 0){ ?>nächstes Bild } ?> |
|