From a48572119e463e95298fd813c9efd93701995038 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 16 Nov 2011 07:40:03 +1100 Subject: [PATCH] Added rel="directory" to "return" links --- inc/display.php | 2 +- templates/thread.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/display.php b/inc/display.php index 655aaf22..f0c426f8 100644 --- a/inc/display.php +++ b/inc/display.php @@ -36,7 +36,7 @@ if(($key = array_search($board, $list)) && gettype($key) == 'string') { $body .= ' ' . $key . ' /'; } else { - $body .= ' ' . $board . ' /'; + $body .= ' ' . $board . ' /'; } } } diff --git a/templates/thread.html b/templates/thread.html index 01063c1b..4f865206 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -32,7 +32,7 @@

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

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

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

- +
{{ hidden_inputs }} @@ -146,7 +146,7 @@
- [{% trans %}Return{% endtrans %}] + [{% trans %}Return{% endtrans %}] {{ boardlist.bottom }}

Powered by Tinyboard {{ config.version }} | Tinyboard Copyright © 2010-2011 Tinyboard Development Group