From 320dd525b96384ab3498ca831a9c9c9ed26126d2 Mon Sep 17 00:00:00 2001 From: Jeremias Arnstadt Date: Wed, 27 Aug 2008 06:20:11 +0000 Subject: [PATCH] Korrigiert die Variable $menupunkt = "Wallpaper" zu $menupunkt = "Beispielbilder 1"(fixes #17) --- index.php | 234 +++++++++++++++++++++++++++--------------------------- 1 file changed, 117 insertions(+), 117 deletions(-) diff --git a/index.php b/index.php index 7a1d6a6..65963c0 100644 --- a/index.php +++ b/index.php @@ -1,118 +1,118 @@ - - * Jan Dittberner IT-Consulting & -Solutions - * Cottbuser Str. 1, D-01129 Dresden - * - * Copyright (c) 2008 Jeremias Arnstadt - * - * This file is part of the ScrollingJQueryGallery component of the - * gnuviech-server.de Websitetools - * - * ScrollingJQueryGallery is free software: you can redistribute it - * and/or modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * ScrollingJQueryGallery is distributed in the hope that it will be - * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with ScrollingJQueryGallery. If not, see - * . - * - * Version: $Id$ - */ -// Pfad der Bilder für die jeweilige Kategorie -$allfiles = glob("./bilder/*.jpg"); -// Name des Menüpunktes -$menupunkt = "Wallpaper"; - -// greift auf die Funktionen der ausgelagerten Datei um die Thumbnails -// einzulesen -include ("./funktionen/thumbnail.php"); - -// bezieht sich auf die Hauptmenükategorie (für Anzeige von aktivem -// Link notwendig) -$kategorie = ($bilder_kat = 1); - -// bezieht sich auf die Submenükategorie (für Anzeige von aktivem Link -// notwendig) -$nav_auswahl = ($bilder_kat_sub = 1); - -// bezieht sich auf das Auswahlmenü -$aquarelle = ($menu = 14); -?> - - - -Bilderframework - - - - - - - - - - - -
-
- -
-
-
nach links
-
-
nach rechts
-
- -
-
-
-
-
-
- backnext -
-
-
-
-
- - + + * Jan Dittberner IT-Consulting & -Solutions + * Cottbuser Str. 1, D-01129 Dresden + * + * Copyright (c) 2008 Jeremias Arnstadt + * + * This file is part of the ScrollingJQueryGallery component of the + * gnuviech-server.de Websitetools + * + * ScrollingJQueryGallery is free software: you can redistribute it + * and/or modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * ScrollingJQueryGallery is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ScrollingJQueryGallery. If not, see + * . + * + * Version: $Id$ + */ +// Pfad der Bilder für die jeweilige Kategorie +$allfiles = glob("./bilder/*.jpg"); +// Name des Menüpunktes +$menupunkt = "Beispielbilder 1"; + +// greift auf die Funktionen der ausgelagerten Datei um die Thumbnails +// einzulesen +include ("./funktionen/thumbnail.php"); + +// bezieht sich auf die Hauptmenükategorie (für Anzeige von aktivem +// Link notwendig) +$kategorie = ($bilder_kat = 1); + +// bezieht sich auf die Submenükategorie (für Anzeige von aktivem Link +// notwendig) +$nav_auswahl = ($bilder_kat_sub = 1); + +// bezieht sich auf das Auswahlmenü +$aquarelle = ($menu = 14); +?> + + + +Bilderframework + + + + + + + + + + + +
+
+ +
+
+
nach links
+
+
nach rechts
+
+ +
+
+
+
+
+
+ backnext +
+
+
+
+
+ + \ No newline at end of file