From d4dcfc6321eac2433441db91102356eb10f7afab Mon Sep 17 00:00:00 2001 From: kellerwhy Date: Mon, 10 Aug 2015 23:16:23 -0400 Subject: [PATCH] Make mod/recent_posts.html respect $config['dir']['res'] So certain links don't keep linking to /board/res/postnumber despite any changes to $config['dir']['res'] e.g. changing res/ to thread/ --- templates/mod/recent_posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/recent_posts.html b/templates/mod/recent_posts.html index b9c2c0cc..cb4f1726 100644 --- a/templates/mod/recent_posts.html +++ b/templates/mod/recent_posts.html @@ -11,7 +11,7 @@ {% else %} {% set thread = post.thread %} {% endif %} -

/{{ post.board }}/{{ post.id }}
+

/{{ post.board }}/{{ post.id }}
{{ post.built }}
{% endfor %}