Display correct title on friends page
parent
2670cf604e
commit
16affffa66
|
@ -20,7 +20,7 @@
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
|
||||||
$HTML->setHTMLTitle("Online Anzeige");
|
$HTML->setHTMLTitle("Deine Freunde");
|
||||||
$HTML->importSeitenInhalt("online-anzeige.html");
|
$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>';
|
$table = '<table class="table"><thead><tr><th scope="col">Name</th><th scope="col">Optionen</th></thead><tbody>%%ENTRY%%</tbody></table>';
|
||||||
|
|
Loading…
Reference in New Issue