X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..ab96c745190199d41ceda9e7bfb4c1794fc2f890:/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..3e9c19f 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 %}
+ {% endblock %}
{% include "footer.html" %}
{% block endjs %}
{% endblock %}
+ {% if settings.GOOGLE_ANALYTICS_KEY %}
+
+ {% endif %}