STB/foto/views/fotos/nordpark.php

37 lines
1.3 KiB
PHP
Executable File

<?php
$thisPage="portfolio";
$thistitel = " - Nordpark";
$_SESSION['thema'] = "nordpark";
?>
<?php
$thema = $_SESSION['thema'];
// $unter_thema =array("industriekultur", "sandburg");
$titel = array("", "Am Keller", "Impressionen", "Absperrventil", "Stadtgasversorgung", "Windrad",
"Kran über Reinigungsbecken", "Absperrventile", "Windkühler", "Hochofenbefüllung",
"Kran bei Nacht", "Absperrventil Gasleitung", "Absperrventil", "Reinigungsventil",
"Rost am Rohr", "Pflanze", "Gerüst", "Stille Orte", "Dampfauslass", "Absperrventile",
"Absperrventile", "kaputte Lampe", "Natur holt sich zurück", "Windkükler", "Gasverteiler",
"Gasleitung", "Roheisenwagen",
"Guinessbuch der Rekorde", "Blick vom Hochofen", "Blick vom Hochofen",
"Blick von vorne", "Details", "Details", "Details", "Details",
"Details", "Reparaturarbeiten", "Perspektiven",
"Perspektiven", "Details", "Details", "");
?>
<?php
if (isset($_GET['carussel'])) {
$_SESSION['carussel'] = $_GET['carussel'];}
if (!isset($_SESSION['carussel'])){
$_SESSION['carussel'] = "00";}
if ($_SESSION['carussel'] == "01") { // carussel?
include __DIR__ . "/../inc/foto_carussel.inc.php";
} else {
$_SESSION['carussel'] = "00";
include __DIR__ . "/../inc/foto_portfolio.inc.php";
}
?>