Elgg  Version master
site_settings.php
Go to the documentation of this file.
1 <?php
2 
3 // added in "complete" step of the installer
4 elgg_delete_admin_notice('fresh_install');
5 
6 echo elgg_view_form('admin/site/settings', [
7  'class' => 'elgg-form-settings',
8 ]);
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Definition: views.php:1033
elgg_delete_admin_notice(string $id)
Remove an admin notice by ID.
Definition: admin.php:63