include('../config.php'); include('../func/func.php'); include('settings.php'); include('../func/write.title.class.php'); $Content = 'galerie'; $Title = new WriteTitle(); $TOPHPOTOS = 'galerie'; $TEXTE = GetTexte($Content); ?>
include('../content/logo.php'); ?> | include('../content/top.php'); ?> |
include('../content/angebot.php'); ?> |
$Title->text = 'Schnappschüsse';
$Title->paddingBottom = 10;
$Title->filename = 'galerie_title.jpg';
$Title->fontSize = 30;
$Title->backgroundColor = '#F8E7CB';
?>
if(!$_GET['galerie']) { ?> Bitte wählen Sie eine Galerie aus.
$sqlp = 'SELECT img FROM gallery WHERE cat="'.$_GET['galerie'].'" ORDER BY sortid DESC'; $resultp = mysql_query($sqlp); while($rowp = mysql_fetch_array($resultp)) { ?> } ?> Zurück zur Übersicht } ?> |
include('../content/teaser.right.php'); ?> |