i prefer for the top ads to be over the boardlist

This commit is contained in:
czaks 2014-01-06 03:28:37 +01:00
parent 1b706ddc92
commit 56742a5f9a
2 changed files with 6 additions and 5 deletions

View File

@ -38,14 +38,15 @@
</header>
{% include 'attention_bar.html' %}
{{ config.ad.top }}
{% if not no_post_form %}
{% include 'post_form.html' %}
{% else %}
{% include 'boardlist.html' %}
{% endif %}
{{ config.ad.top }}
{% if config.page_nav_top %}
<div class="pages top">
{% for page in pages %}

View File

@ -32,10 +32,10 @@
{% include 'attention_bar.html' %}
{% include 'post_form.html' %}
{{ config.ad.top }}
{% include 'post_form.html' %}
{% if config.global_message %}<hr /><div class="blotter">{{ config.global_message }}</div>{% endif %}
<hr />
<form name="postcontrols" action="{{ config.post_url }}" method="post">