. try { // View setup require (realpath ('../view-setup.php')); // Load and parse HTML template echo $hashover->templater->parseTemplate ('threads.html', array ( 'title' => $hashover->locale->text['moderation'], 'back' => $hashover->locale->text['back'], 'logout' => $logout->asHTML ("\t\t\t") )); } catch (\Exception $error) { echo Misc::displayError ($error->getMessage ()); }