mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #59755 from nextcloud/backport/59639/stable32
[stable32] Fix app name not translated in the title of public pages
This commit is contained in:
commit
505fff1190
1 changed files with 2 additions and 0 deletions
|
|
@ -156,6 +156,8 @@ class TemplateLayout {
|
|||
$page->assign('appid', $appId);
|
||||
$page->assign('bodyid', 'body-public');
|
||||
|
||||
$this->initialState->provideInitialState('core', 'apps', [$this->navigationManager->get($appId)]);
|
||||
|
||||
// Set logo link target
|
||||
$logoUrl = $this->config->getSystemValueString('logo_url', '');
|
||||
$page->assign('logoUrl', $logoUrl);
|
||||
|
|
|
|||
Loading…
Reference in a new issue