$id=$_GET["id"];
$lan=$_GET["lan"];
$nav=$_GET["nav"];
$col=substr($id,0,1);
$ss=substr($id,0,1);
if ($ss=="t") {$ss=3; $color="#ff7900";}
if ($ss>5) {$ss=3; $color="#a1005b";}
if ($col==1) {$color="#a1005b";}
elseif ($col==2) {$color="#a2c907";}
elseif ($col==3) {$color="#ff7900";}
elseif ($col==4) {$color="#005b97";}
elseif ($col==5) {$color="#a32a2a";}
include ("members/db_connect.php");
$abfrage = "SELECT * FROM tab_text where text_site='$id' AND text_lan='$lan'";
$result = mysql_query ($abfrage)or die ('Datenauswahl fehlgeschlagen!');
$row = mysql_fetch_object($result);
?>
Tromptenensemble Eliseo - Naturtrompete, Barocktrompete, Alte Musik - Christian Gruber, Martin Patscheider
include ("navi_top_left_$lan.php"); ?> |
include ("ss_$id.php"); ?> |
|
|
if ($id==3) {include ("termine.php");}
elseif ($id=="termine_detail") {include ("termine_detail.php");}
else
{echo "$row->text_headline
$row->text_text ";} ?>
|
|
|
include ("navi_top_right.php"); ?>
|
include ("navi_main_$lan.php") ?>
|
|
if ($nav==1) { include ("navi_sub1_$lan.php");}
elseif ($nav==2) { include ("navi_sub2_$lan.php");}
else{}
?>

|
|