kopia lustrzana https://github.com/friendica/friendica
Merge pull request #15020 from mfxa/page_title_profile
Remove duplicate site name from profiles in HTML titlepull/15027/head
commit
e1185edf10
|
@ -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']);
|
||||
|
|
Ładowanie…
Reference in New Issue