Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update LayoutHelper.php
  • Loading branch information
eduardomozart authored Jul 17, 2025
commit 3af6bb176b27ac61c7ea088479a198d799609a85
3 changes: 2 additions & 1 deletion app/modules/web/Controllers/Helpers/LayoutHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public function initBody()
$this->view->assign('app_website_url', AppInfoInterface::APP_WEBSITE_URL);
$this->view->assign('app_blog_url', AppInfoInterface::APP_BLOG_URL);
$this->view->assign('app_version', Installer::VERSION_TEXT);
$this->view->assign('app_icon', $baseUrl . '/public/images/apple-touch-icon.png');
$this->view->assign('logo_icon', $baseUrl . '/public/images/logo_icon.png');
$this->view->assign('logo_no_bg_color', $baseUrl . '/public/images/logo_full_nobg_outline_color.png');
$this->view->assign('logo_no_bg', $baseUrl . '/public/images/logo_full_nobg_outline.png');
Expand Down Expand Up @@ -411,4 +412,4 @@ protected function initialize()

$this->view->assign('loggedIn', $this->loggedIn);
}
}
}