. 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['check-for-updates'], 'sub-title' => $hashover->locale->text['coming-soon'] ); // Load and parse HTML template echo parse_templates ('admin', 'updates.html', $template, $hashover); } catch (\Exception $error) { echo Misc::displayException ($error); }