STB/foto/views/fotos/carussel.php

33 lines
1.2 KiB
PHP
Raw Normal View History

2025-01-15 20:05:21 +01:00
<?php
$thisPage="carussel";
$thistitel = " - Carussel";
$_SESSION['thema'] = "carussel";
?>
<?php
$thema = $_SESSION['thema']; // Bonsai
// $unter_thema = array("bilder");
$titel = array("", "Am Keller","Windrad", "Kranauslager bei Nacht", "Einstellventile", "Kühlanlage", "Hochofenbefüllung",
"Kranauslager über Klärbecken", "Absperrventil", "Absperrventile",
"Absperrventile", "Rost am Rohr","Windkühler", "Hochofenbefüllung", "Stille Orte", "Gasverteiler",
"Gasleitung",
"Kran bei Nacht", "Absperrventil Gasleitung", "Reinigungsventil", "Windkükler",
"Roheisenwagen", "Pflanze", "kaputte Lampe", "Natur holt sich zurück","Absperrventil", "Dampfauslass","");
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";
//include __DIR__ . "/../inc/foto_carussel_vorschau.inc.php"; // mit vorschau
} else {
$_SESSION['carussel'] = "00";
include __DIR__ . "/../inc/foto_portfolio.inc.php";
}
?>