<%
my $result;
$result = html_insert("::_travel/_detail_navigation.html")
unless ($value[27]);
return $result;
%>
<%
# v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v #
# AUSNAHMEN - Zusätze, zB TopHotel Logo #
sub _GetBetriebZusatz {
return qq(
) if ($VERMIETER{merkmale} =~ /\bAllgäuLandHotels\b/);
return qq(
) if ($VERMIETER{merkmale} =~ /\bAllgäuTopHotels\b/);
return qq(
) if ($VERMIETER{merkmale} =~ /\bMusical-Hotels\b/);
return qq(
) if ($VERMIETER{merkmale} =~ /\bUrlaub auf dem Bauernhof\b/ && $SE{app} eq "allgaeu.info");
return "";
}
$TEMP{TRAVEL_HEADER_BETRIEB_ZUSATZ} = &_GetBetriebZusatz;
return "";
# ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ #
%>
<%
my $template = $value[37] || $value[3] || "default";
return html_insert("::_travel/_match_$template.html") if html_template_exists("_travel/_match_$template.html");
return html_insert("::_travel/_match_default.html"); %>