From ce2751186ca6eb45426b444297dee41b5fa71a2b Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 5 Oct 2011 19:46:46 +1100 Subject: [PATCH] template change for banners --- templates/index.html | 2 +- templates/thread.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 37577ff9..6e978f2d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,7 +28,7 @@ {{ boardlist.top }} {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} - {% if config.url_banner %}{% endif %} + {% if config.url_banner %}{% endif %}

{{ board.url }} - {{ board.name }}

{% if board.title %}{{ board.title }}{% endif %}

{% if mod %}Return to dashboard{% endif %}

diff --git a/templates/thread.html b/templates/thread.html index 909325f8..a5f5ad62 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -28,7 +28,7 @@ {{ boardlist.top }} {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} - {% if config.url_banner %}{% endif %} + {% if config.url_banner %}{% endif %}

{{ board.url }} - {{ board.name }}

{% if board.title %}{{ board.title }}{% endif %}

{% if mod %}Return to dashboard{% endif %}