Generalize logo
parent
dc53d4c411
commit
206f0ced7d
|
@ -24,3 +24,8 @@ roundcube_glob:
|
||||||
- name: listcommands
|
- name: listcommands
|
||||||
- name: thunderbird_labels
|
- name: thunderbird_labels
|
||||||
- name: contextmenu
|
- 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
|
// Custom logo
|
||||||
$config['skin_logo'] = array(
|
$config['skin_logo'] = array(
|
||||||
"elastic:login[small]" => "https://www.crans.org/images/crans_black.svg",
|
"elastic:login[small]" => "{{ roundcube.logo.elastic_login }}",
|
||||||
"elastic:login" => "https://www.crans.org/images/crans_black.svg",
|
"elastic:login" => "{{ roundcube.logo.elastic_login }}",
|
||||||
"elastic:*" => "https://www.crans.org/images/crans.svg",
|
"elastic:*" => "{{ roundcube.logo.elastic }}",
|
||||||
"larry:*" => "https://www.crans.org/images/crans_banner.png",
|
"larry:*" => "{{ roundcube.logo.larry }}",
|
||||||
"classic:*" => "https://www.crans.org/images/crans_banner.png"
|
"classic:*" => "{{ roundcube.logo.classic }}"
|
||||||
);
|
);
|
||||||
|
|
||||||
// This domain will be used to form e-mail addresses of new users
|
// This domain will be used to form e-mail addresses of new users
|
||||||
|
|
Loading…
Reference in New Issue