From be8ea22c08ed6031ee5542d9fb0f5f5a34f87387 Mon Sep 17 00:00:00 2001 From: Jimako Date: Tue, 7 Nov 2017 13:56:24 +0100 Subject: [PATCH] possibility to style {THREADSTATUS} #2850 --- e107_plugins/forum/forum_viewtopic.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_plugins/forum/forum_viewtopic.php b/e107_plugins/forum/forum_viewtopic.php index b7231f332..8bd82e1d2 100644 --- a/e107_plugins/forum/forum_viewtopic.php +++ b/e107_plugins/forum/forum_viewtopic.php @@ -477,6 +477,7 @@ $i = $thread->page; $mes = e107::getMessage(); // $sc->setVars($thread->threadInfo); //--->$forend = $tp->simpleParse($FORUMEND, $tVars); +$sc->wrapper('forum_viewtopic/end'); $forend = $tp->parseTemplate($FORUMEND, true, $sc);