1
0
Fork 0

Display correct title on friends page

master
Anonymous Contributor 2023-08-23 18:16:36 +02:00
parent 2670cf604e
commit 16affffa66
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
die();
}
$HTML->setHTMLTitle("Online Anzeige");
$HTML->setHTMLTitle("Deine Freunde");
$HTML->importSeitenInhalt("online-anzeige.html");
$table = '<table class="table"><thead><tr><th scope="col">Name</th><th scope="col">Optionen</th></thead><tbody>%%ENTRY%%</tbody></table>';