diff --git a/src/psm/Module/Install/Controller/InstallController.php b/src/psm/Module/Install/Controller/InstallController.php index 7f315ebe..4b0c7f7f 100644 --- a/src/psm/Module/Install/Controller/InstallController.php +++ b/src/psm/Module/Install/Controller/InstallController.php @@ -130,6 +130,7 @@ class InstallController extends AbstractController { 'db_pass' => '', 'db_prefix' => 'psm_', 'base_url' => $this->getBaseUrl(), + 'theme' => 'default', ); $changed = false; diff --git a/src/templates/default/module/install/config_new.tpl.html b/src/templates/default/module/install/config_new.tpl.html old mode 100644 new mode 100755 index 347171e6..ac69ea4c --- a/src/templates/default/module/install/config_new.tpl.html +++ b/src/templates/default/module/install/config_new.tpl.html @@ -54,6 +54,13 @@ +

Please enter a visual theme:

+
+ +
+ +
+