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