From 97ec2a5ee64f66b19f3a40e10af824f2108eeb64 Mon Sep 17 00:00:00 2001 From: Yasin Rahman Date: Fri, 20 Feb 2015 17:38:09 +0100 Subject: [PATCH] base.html: theme based favicon introduced --- portal/templates/base.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/portal/templates/base.html b/portal/templates/base.html index df38156a..9c6eb1b2 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -3,7 +3,16 @@ {{theme}} portal - {{ section }} - + + +{% if theme == "fed4fire" %} + +{% elif theme == "smartfire" %} + +{% else %} + +{% endif %} + {# This is where insert_str will end up #}{% media_container prelude %} {% include 'messages-transient-header.html' %} -- 2.43.0