config->installed) or !$this->config->installed) $this->session->set('installing', true); $this->view->title = $this->lang->install->welcome; if(!isset($this->view->versionName)) { // If the versionName variable has been defined in the max version, it cannot be defined here to avoid being overwritten. $versionName = $this->lang->ipdName . $this->config->ipdVersion; $this->view->versionName = $versionName; } $this->display(); } }