setup/ - Fix CSS loading on "finished" page. Split out "page.php".
authorTim Otten <totten@civicrm.org>
Tue, 7 Jul 2020 21:59:37 +0000 (14:59 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 7 Jul 2020 23:12:09 +0000 (16:12 -0700)
commit8072f89dfd12b089e87604b27d3b65ea319e33a0
tree3a87a4bb0b1d0180e475e22eafc8822171cfbabd
parente7646a961f7313a13e7e56cc1ea6cb61fefe74b2
setup/ - Fix CSS loading on "finished" page. Split out "page.php".

The various `finished.*.php` files were outtputting the incorrect URL for
`template.css`. The code for outputting `template.css` is duplicated in a few files.

This commit fixes by extracting a helper (`renderPage()` / `page.php`) to encapsulate
that bit and reuse it for each page-view in the Setup UI.
setup/res/error.html [deleted file]
setup/res/finished.Backdrop.php
setup/res/finished.Drupal.php
setup/res/installer.tpl.php [new file with mode: 0644]
setup/res/page.tpl.php [new file with mode: 0644]
setup/res/template.php [deleted file]
setup/src/Setup/UI/SetupController.php