. 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['documentation'] ); // Load and parse HTML template echo parse_templates ('../../docs/en-us/steps', 'setup.html', $template, $hashover); } catch (\Exception $error) { echo Misc::displayException ($error); }