1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Forum - pass SC vars in 'start' template (viewtopic)

This commit is contained in:
Tijn Kuyper
2019-04-11 10:56:37 +02:00
parent 2488b5757c
commit 8ff1c4cf70

View File

@@ -470,6 +470,7 @@ function forumbuttons($thread)
//---- $tVars->MESSAGE = $thread->message;
$sc->setVars($thread->threadInfo);
$sc->setScVar('threadInfo', $thread->threadInfo);
//$forum->set_crumb(true, '', $sc); // Set $BREADCRUMB (and BACKLINK)
//---- $forstr = $tp->simpleParse($FORUMSTART, $tVars);