1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01: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
commit 263b9318a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);