X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..5f47561def34f5a8a807e6e0cca5ccc4ca6a87a2:/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..ac6b9da 100644 --- a/forum/skins/default/templates/base_content.html +++ b/forum/skins/default/templates/base_content.html @@ -4,41 +4,52 @@ {% 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 +78,23 @@
+ {% endblock %} {% include "footer.html" %} {% block endjs %} {% endblock %} + {% if settings.GOOGLE_ANALYTICS_KEY %} + + {% endif %}