Roundcube Community Forum

 

[Solved] How to change Dashboardlogo?

Started by PN0, July 07, 2025, 07:28:30 AM

Previous topic - Next topic

PN0

Hello,


how can I replace the logo in the dashboard (attachment)?

I use Elastic and have filled in the array, but my logo is only displayed on the login page and in the small view in the dashboard, not in the desktop.
from my config.inc.php:
     "elastic:login[small]" => "/images/logo_big.png",
     "elastic:login" => "/images/logo_big.png",
     "elastic:*[small]" => "/images/logo_small.png",
     "[print]" => "/images/logo_print.png",
What have I done wrong?

Edit: sovled, i misread the config

Best regards,
PN0