Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: PN0 on July 07, 2025, 07:28:30 AM

Title: [Solved] How to change Dashboardlogo?
Post by: PN0 on July 07, 2025, 07:28:30 AM
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