Elgg  Version 6.3
login.php
Go to the documentation of this file.
1 <?php
6 elgg_deprecated_notice('The view \'core\maintenance\login\' is deprecated', '6.3');
7 
8 echo elgg_view('core/account/login_box', [
9  'module' => 'maintenance-login',
10  'title' => elgg_echo('admin:login'),
11 ]);
elgg_deprecated_notice(string $msg, string $dep_version)
Log a notice about deprecated use of a function, view, etc.
Definition: elgglib.php:101
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_view(string $view, array $vars=[], string $viewtype='')
Return a parsed view.
Definition: views.php:156