From 139e7db47d54fbdcd5b15a3abadd82c2f2e9ef66 Mon Sep 17 00:00:00 2001
From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
Date: Sun, 16 Jul 2017 15:24:58 +0200
Subject: [PATCH] Set logo text and link

Signed-off-by: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
---
 request-tracker/templates/RT_SiteConfig.pm.j2 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/request-tracker/templates/RT_SiteConfig.pm.j2 b/request-tracker/templates/RT_SiteConfig.pm.j2
index 108b629..45520c9 100644
--- a/request-tracker/templates/RT_SiteConfig.pm.j2
+++ b/request-tracker/templates/RT_SiteConfig.pm.j2
@@ -93,3 +93,8 @@ Set($DatabaseName, 'rtdb');
 ### E-Mail
 Set($ParseNewMessageForTicketCcs, 1);
 Set($SetOutgoingMailFrom, '{{rt_bounceaddress}}');
+
+### Logo
+Set($LogoAltText, '{{rt_logotext}}');
+Set($LogoLinkUrl, '{{rt_logolinkurl}}');
+#Set($LogoUrl, it’s easier to upload this in the web interface);
-- 
GitLab