X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..b86f8cb34daecd1cd260771713412ebf0a0abc31:/forum/skins/default/templates/base_content.html diff --git a/forum/skins/default/templates/base_content.html b/forum/skins/default/templates/base_content.html index d1cf673..d1d3bd9 100644 --- a/forum/skins/default/templates/base_content.html +++ b/forum/skins/default/templates/base_content.html @@ -4,41 +4,50 @@ {% load extra_tags %} - {% block title %}{% endblock %} - {{ settings.APP_TITLE }} + {% block fulltitle %}{% block title %}{% endblock %} - {{ settings.APP_SHORT_NAME }}{% endblock %} + {% block meta %}{% endblock %} {% if settings.GOOGLE_SITEMAP_CODE %} {% endif %} - + - {% spaceless %} {% block forestyle %}{% endblock %} - {% endspaceless %} - + - - - + {% if user_messages %} {% endif %} - - {% block forejs %} - {% endblock %} + {% block forejs %}{% endblock %} + {% include "header.html" %} + {% block page_center %}
@@ -66,9 +76,23 @@
+ {% endblock %} {% include "footer.html" %} {% block endjs %} {% endblock %} + {% if settings.GOOGLE_ANALYTICS_KEY %} + + {% endif %}