From fbfa77b0da6f2ca6f03318ff4ec5fa6ecc05bd80 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Oct 2013 16:10:18 +0200 Subject: Mobile adaptation * manage specific domains for mobile * add Openlayers mobile library * put sample (empty) file for specific JS and specific CSS * add a new MOBILE context variable --- chimere/templates/chimere/base.html | 3 +++ chimere/templates/chimere/blocks/head_chimere.html | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'chimere/templates') diff --git a/chimere/templates/chimere/base.html b/chimere/templates/chimere/base.html index 620c84f..894cb01 100644 --- a/chimere/templates/chimere/base.html +++ b/chimere/templates/chimere/base.html @@ -5,6 +5,9 @@ {% if css_area %} {% endif %} +{% if MOBILE %} + +{%endif%} {% endblock %} {% block header %}