summaryrefslogtreecommitdiff
path: root/templates/sympa/sympa.conf.lenny.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sympa/sympa.conf.lenny.erb')
-rw-r--r--templates/sympa/sympa.conf.lenny.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/sympa/sympa.conf.lenny.erb b/templates/sympa/sympa.conf.lenny.erb
index da0171d..4260338 100644
--- a/templates/sympa/sympa.conf.lenny.erb
+++ b/templates/sympa/sympa.conf.lenny.erb
@@ -170,3 +170,8 @@ soap_url https://<%= sympa_subdomain %>.<%= domain %>/sympasoap
## Supported languages for the user interface
supported_lang en_US,pt_BR
+
+<%- unless sympa_logo_html_definition.to_s.empty? then -%>
+## Logo
+logo_html_definition <%= sympa_logo_html_definition %>
+<%- end %>