From 0f43980f8ef5b063c756e75d4a63f88f07b73e4c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 26 Jul 2011 16:51:23 -0300 Subject: Adding $sympa_logo_html_definition --- templates/sympa/sympa.conf.lenny.erb | 5 +++++ templates/sympa/sympa.conf.squeeze.erb | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'templates/sympa') 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 %> -- cgit v1.2.3