\n";
echo "";
echo "
titel
test
";
exit;
if ($ti["portal"] == "lang_p"
or $ti["portal"] == "www"
or $ti["portal"] == "x"
or $ti["portal"] == "person_p"
or $ti["portal"] == "city_p"
) {
}
echo "
";
echo "\n";
$tmp1 = "";
if ($ti["portal"] == "festivals_p") {
$tmp1 = " id=\"festivals_tango_info\"";
}
$tmp_class = array();
if ($ti["cat"]) {
$tmp_class[] = "category-{$ti["cat"]}";
}
if ($ti["pagetype"]) {
$tmp_class[] = "pagetype-{$ti["pagetype"]}";
}
if ($ti["subsite"]["type"]) {
$tmp_class[] = "subsitetype-{$ti["subsite"]["type"]}";
}
if (count($tmp_class) > 0) {
$tmp_class = implode(" ", $tmp_class);
$tmp_class_print = " class=\"$tmp_class\"";
}
if ($ti["cat"] == "gmap") {
// $body_gmap=" onload=\"initialize()\" onunload=\"GUnload()\" ";
}
echo "";