diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/sympa/sympa.conf.lenny.erb | 5 | ||||
| -rw-r--r-- | templates/sympa/sympa.conf.squeeze.erb | 5 | 
2 files changed, 10 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 %> diff --git a/templates/sympa/sympa.conf.squeeze.erb b/templates/sympa/sympa.conf.squeeze.erb index 5ce2d9e..484e3ab 100644 --- a/templates/sympa/sympa.conf.squeeze.erb +++ b/templates/sympa/sympa.conf.squeeze.erb @@ -176,3 +176,8 @@ bounce_warn_rate 30  bounce_halt_rate 50  bounce_warn_rate 30  bounce_halt_rate 50 + +<%- unless sympa_logo_html_definition.to_s.empty? then -%> +## Logo +logo_html_definition <%= sympa_logo_html_definition %> +<%- end %> | 
