diff --git a/templates/index.html b/templates/index.html index 9dec93e0..82d3104e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,11 +3,16 @@ - {% if config.quick_reply %} - - {% endif %} + {% endif %} + {% if not no_post_form %} + var active_page = "index"; + {% else %} + var active_page = "ukko"; + {% endif %} + {% include 'header.html' %} {{ board.url }} - {{ board.name }} diff --git a/templates/thread.html b/templates/thread.html index 4e2a95a1..b8c54dec 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -2,6 +2,11 @@ + + + {% include 'header.html' %} {{ board.url }} - {{ board.name }}