" . $Lphp[1] . ""; $Lphp[5] = "" . $Lphp[5] . ""; } // Stellenangabe ggf. als Link zur Internetbibel if($LphpBibelLink==1){ $Lphp[2] = "" . $Lphp[2] . ""; $Lphp[6] = "" . $Lphp[6] . ""; } // Überschrift zusammenstellen: $LphpTitel = ""; if($LphpTitelText != ""){$LphpTitel = htmlentities(trim($LphpTitelText));} // Datum zusammenstellen: $LphpDatum = ""; if($LphpTitelDatum <1 or $LphpTitelDatum >3){ $LphpDatum = ""; }elseif($LphpTitelDatum==1){ $LphpDatum = $LphpTagLang . "." . $LphpMonatLang . "." . $LphpJahrLang; }elseif($LphpTitelDatum==2){ $LphpDatum = $LphpWochentagName . ", " . $LphpTagKurz . ". " . $LphpMonatName . " " . $LphpJahrLang; }elseif($LphpTitelDatum==3){ $LphpDatum = $LphpTagKurz . ". " . $LphpMonatName . " " . $LphpJahrLang; } if($LphpTitel != "" and $LphpDatum != ""){$LphpTitel = $LphpTitel . " ";} $LphpTitel = $LphpTitel . $LphpDatum; if($LphpTitel != "" and $LphpTitelDoppelpunkt==1){$LphpTitel=$LphpTitel . ":";} $retstring = ""; if($LphpTitel != ""){$retstring .= $LphpTitel . "

\n";} $retstring .= $Lphp[0] . $Lphp[1] . "
\n"; $retstring .= $Lphp[2] . "

\n"; $retstring .= $Lphp[4] . $Lphp[5] . "
\n"; $retstring .= $Lphp[6]; //$retstring .= $LphpDatei; //$retstring .= $LphpText; return $retstring; //return 'losung teerst'; //return $Lphp[0]; //return mb_internal_encoding(); //return $LphpText; } }