From 096ffd0659ea93a1de0009e37e49f71d576d2de6 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Sun, 18 Jan 2015 12:00:38 +0100 Subject: [enh] add new bootstrap-themes to oscar-template --- searx/templates/oscar/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'searx/templates/oscar/base.html') diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 42cd4e9a7..c39de0460 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -10,7 +10,11 @@ {% block meta %}{% endblock %} {% block title %}{% endblock %}searx - + {% if bootstrap_theme == 'default' %} + + {% else %} + + {% endif %} -- cgit v1.2.3