(
END;
if ($german==1) {
echo "nicht auf allen Seiten verfügbar";
} else if ($finnish==1) {
echo "ei saatavilla kaikilla sivuilla";
} else if ($french==1) {
echo "non disponible pour toutes les pages";
} else {
echo "not available on all pages";
}
echo <<