Merge pull request #15020 from mfxa/page_title_profile

Remove duplicate site name from profiles in HTML title
pull/15027/head
Michael Vogel 2025-07-14 19:06:33 +02:00 zatwierdzone przez GitHub
commit e1185edf10
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -213,7 +213,7 @@ class Profile
$appHelper->setProfileOwner($profile['uid']);
DI::page()['title'] = $profile['name'] . ' @ ' . DI::config()->get('config', 'sitename');
DI::page()['title'] = $profile['name'];
if (!DI::userSession()->getLocalUserId()) {
$appHelper->setCurrentTheme($profile['theme']);