31 lines
715 B
PHP
Executable File
31 lines
715 B
PHP
Executable File
|
|
<?php
|
|
$thisPage="grid";
|
|
$thistitel = " - Auswahl";
|
|
$_SESSION['thema'] = "Image Grid";
|
|
?>
|
|
|
|
<?php
|
|
|
|
$thema = $_SESSION['thema']; //"ostfriesland";
|
|
|
|
$thema = $_SESSION['thema']; //"ostfriesland";
|
|
// $unter_thema = array("landschaft", "nordsee", "ewiges_Meer", "greetsiel", "dornum");
|
|
|
|
$titel = array("", "", "", "", "", "", "", "", "", "",
|
|
"", "", "", "", "", "", "", "", "", "",
|
|
"", "", "", "", "", "", "", "", "", "" );
|
|
|
|
|
|
if (isset($_GET['carussel'])) {
|
|
$_SESSION['carussel'] = $_GET['carussel'];
|
|
}
|
|
|
|
if (!isset($_SESSION['carussel'])){
|
|
$_SESSION['carussel'] = "00";
|
|
}
|
|
|
|
include __DIR__ . "/../inc/foto_grid.inc.php";
|
|
|
|
?>
|