Browse Source

i prefer for the top ads to be over the boardlist

pull/40/head
czaks 10 years ago
parent
commit
56742a5f9a
  1. 7
      templates/index.html
  2. 4
      templates/thread.html

7
templates/index.html

@ -36,16 +36,17 @@
{% if mod %}<p><a href="?/">{% trans %}Return to dashboard{% endtrans %}</a></p>{% endif %}
</div>
</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 %}

4
templates/thread.html

@ -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">

Loading…
Cancel
Save