. try { // Do some standard HashOver setup work require (realpath ('../../backend/standard-setup.php')); // View setup require (realpath ('../view-setup.php')); // Template data $template = array ( 'title' => $hashover->locale->text['moderation'], 'back' => $hashover->locale->text['back'] ); // Load and parse HTML template echo parse_templates ('admin', 'threads.html', $template, $hashover); } catch (\Exception $error) { echo Misc::displayException ($error); }