'The topic you tried to access does not exist.' ]; // Print template print Templates::render('global/information.tpl', $renderData); exit; } // Set additional render data $renderData = array_merge($renderData, $topic, [ 'board' => [ 'viewforum' => false, 'viewtopic' => true, ] ]); // Print page contents print Templates::render('forum/viewtopic.tpl', $renderData);