Skip to content
Snippets Groups Projects
Commit 206f0ced authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Generalize logo

parent dc53d4c4
No related branches found
No related tags found
1 merge request!87Roundcube
......@@ -24,3 +24,8 @@ roundcube_glob:
- name: listcommands
- name: thunderbird_labels
- name: contextmenu
logo:
elastic_login: https://www.crans.org/images/crans_black.svg
elastic: https://www.crans.org/images/crans.svg
larry: https://www.crans.org/images/crans_banner.png
classic: https://www.crans.org/images/crans_banner.png
......@@ -90,11 +90,11 @@ $config['enable_spellcheck'] = false;
// Custom logo
$config['skin_logo'] = array(
"elastic:login[small]" => "https://www.crans.org/images/crans_black.svg",
"elastic:login" => "https://www.crans.org/images/crans_black.svg",
"elastic:*" => "https://www.crans.org/images/crans.svg",
"larry:*" => "https://www.crans.org/images/crans_banner.png",
"classic:*" => "https://www.crans.org/images/crans_banner.png"
"elastic:login[small]" => "{{ roundcube.logo.elastic_login }}",
"elastic:login" => "{{ roundcube.logo.elastic_login }}",
"elastic:*" => "{{ roundcube.logo.elastic }}",
"larry:*" => "{{ roundcube.logo.larry }}",
"classic:*" => "{{ roundcube.logo.classic }}"
);
// This domain will be used to form e-mail addresses of new users
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment