i prefer for the top ads to be over the boardlist
This commit is contained in:
parent
1b706ddc92
commit
56742a5f9a
@ -36,16 +36,17 @@
|
|||||||
{% if mod %}<p><a href="?/">{% trans %}Return to dashboard{% endtrans %}</a></p>{% endif %}
|
{% if mod %}<p><a href="?/">{% trans %}Return to dashboard{% endtrans %}</a></p>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% include 'attention_bar.html' %}
|
{% include 'attention_bar.html' %}
|
||||||
|
|
||||||
|
{{ config.ad.top }}
|
||||||
|
|
||||||
{% if not no_post_form %}
|
{% if not no_post_form %}
|
||||||
{% include 'post_form.html' %}
|
{% include 'post_form.html' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% include 'boardlist.html' %}
|
{% include 'boardlist.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ config.ad.top }}
|
|
||||||
|
|
||||||
{% if config.page_nav_top %}
|
{% if config.page_nav_top %}
|
||||||
<div class="pages top">
|
<div class="pages top">
|
||||||
{% for page in pages %}
|
{% for page in pages %}
|
||||||
|
@ -32,10 +32,10 @@
|
|||||||
|
|
||||||
{% include 'attention_bar.html' %}
|
{% include 'attention_bar.html' %}
|
||||||
|
|
||||||
{% include 'post_form.html' %}
|
|
||||||
|
|
||||||
{{ config.ad.top }}
|
{{ config.ad.top }}
|
||||||
|
|
||||||
|
{% include 'post_form.html' %}
|
||||||
|
|
||||||
{% if config.global_message %}<hr /><div class="blotter">{{ config.global_message }}</div>{% endif %}
|
{% if config.global_message %}<hr /><div class="blotter">{{ config.global_message }}</div>{% endif %}
|
||||||
<hr />
|
<hr />
|
||||||
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
||||||
|
Loading…
Reference in New Issue
Block a user