public function __construct()
 {
     $rootpath = $_SERVER['DOCUMENT_ROOT'] . str_replace(basename($_SERVER['PHP_SELF']), "", $_SERVER['PHP_SELF']);
     $this->htaccessFilename = "{$rootpath}.htaccess";
     parent::__construct("engine-welcome-chapter", "Welcome", "Before we start, we first have to setup a few things to get you going. Please follow the steps, it will only take a couple of minutes.");
 }
 public function __construct()
 {
     parent::__construct("engine-finish-chapter", "Hurrah!", "The setup was successful!<br/><br/><div style='width:500px;height:50px'></div>Click Finish to exit the setup.");
 }
 public function __construct()
 {
     parent::__construct("engine-database-chapter", "Let's Start", "These database details are required to allow the engine to store information (e.g. pages, settings, users). If you do not know these details, your hosting provider will be able to provide you with them.");
 }
 public function __construct()
 {
     parent::__construct("engine-template-chapter", "Template Time", "Select the template to use for this installation");
 }