1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Merge pull request #2851 from Jimmi08/patch-3

possibility to style {THREADSTATUS} #2850
This commit is contained in:
Cameron
2017-11-07 07:25:40 -08:00
committed by GitHub

View File

@@ -477,6 +477,7 @@ $i = $thread->page;
$mes = e107::getMessage(); $mes = e107::getMessage();
// $sc->setVars($thread->threadInfo); // $sc->setVars($thread->threadInfo);
//--->$forend = $tp->simpleParse($FORUMEND, $tVars); //--->$forend = $tp->simpleParse($FORUMEND, $tVars);
$sc->wrapper('forum_viewtopic/end');
$forend = $tp->parseTemplate($FORUMEND, true, $sc); $forend = $tp->parseTemplate($FORUMEND, true, $sc);