diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035openupload b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035openupload index c44b53f..73e530e 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035openupload +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035openupload @@ -17,7 +17,7 @@ $conf->{'locationRules'}->{"upload.$domain"} = { $conf->{'applicationList'}->{'010apps'}->{'openupload'} = { 'options' => { - 'logo' => 'folder.png', + 'logo' => 'openupload.png', 'name' => 'Fichiers temporaires', 'description' => 'Service d\'hébergement de fichiers temporaires', 'uri' => "https://upload.$domain", diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/040ajaxplorer b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/040ajaxplorer index 952e109..23a988c 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/040ajaxplorer +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/040ajaxplorer @@ -13,7 +13,7 @@ $conf->{'locationRules'}->{"echange.$domain"} = { $conf->{'applicationList'}->{'010apps'}->{'ajaxplorer'} = { 'options' => { - 'logo' => 'folder.png', + 'logo' => 'ajaxplorer.png', 'name' => 'Gestion des fichiers', 'description' => 'Gestionnaire de fichiers web Ajaxplorer', 'uri' => "https://echange.$domain/", diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/045ttrss b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/045ttrss index fa6c57a..fcea405 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/045ttrss +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/045ttrss @@ -15,7 +15,7 @@ $conf->{'locationRules'}->{"rss.$domain"} = { $conf->{'applicationList'}->{'010apps'}->{'ttrss'} = { 'options' => { - 'logo' => 'bookmark.png', + 'logo' => 'ttrss.png', 'name' => 'Lecteur de flux RSS', 'description' => 'Tiny Tiny RSS', 'uri' => "https://rss.$domain", diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/050dokuwiki b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/050dokuwiki index 69fa21f..5059ce2 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/050dokuwiki +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/050dokuwiki @@ -18,7 +18,7 @@ $conf->{'locationRules'}->{"wiki.$domain"} = { $conf->{'applicationList'}->{'010apps'}->{'dokuwiki'} = { 'options' => { - 'logo' => 'help.png', + 'logo' => 'dokuwiki.png', 'name' => 'Wiki', 'description' => 'Site collaboratif', 'uri' => "https://wiki.$domain",