diff --git a/templates/forum/macros.twig b/templates/forum/macros.twig index 962d6a0d..799a9d80 100644 --- a/templates/forum/macros.twig +++ b/templates/forum/macros.twig @@ -396,15 +396,17 @@
+ {% set post_link = url_construct('/forum/topic.php', post.is_opening_post ? {'t':post.topic_id} : {'p':post.post_id}, post.is_opening_post ? '' : post.post_id) %} +
- - + #{{ post.post_id }}