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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user