include('../config.php'); include('../func/func.php'); include('settings.php'); include('../func/write.title.class.php'); $Content = 'angebote'; $Title = new WriteTitle(); $TOPHPOTOS = 'angebote'; $TEXTE = GetTexte($Content); ?>
include('../content/logo.php'); ?> | include('../content/top.php'); ?> |
$Title->text = 'Angebote';
$Title->paddingBottom = 10;
$Title->filename = 'angebote_title.jpg';
$Title->fontSize = 30;
$Title->backgroundColor = '#F8E7CB';
?>
if(!$_GET['angebot']) { ?> $sql = 'SELECT * FROM pauschalangebote WHERE datum_bis>"'.date('Y-m-d').'" ORDER BY sortid DESC'; $result = mysql_query($sql); while($row = mysql_fetch_array($result)) { ?>
} } else { ?> » alle Angebote $sql = 'SELECT * FROM pauschalangebote WHERE id="'.$_GET['angebot'].'" ORDER BY sortid DESC'; $result = mysql_query($sql); while($row = mysql_fetch_array($result)) { ?>
» alle Angebote } } ?> |
include('../content/teaser.right.php'); ?> |