Elgg  Version 5.1
users.php
Go to the documentation of this file.
1 <?php
6 echo elgg_view_page(elgg_echo('usersettings:notifications:users:title'), [
7  'content' => elgg_view_form('settings/notifications/users', [
8  'action' => 'action/settings/notifications/subscriptions',
9  ], [
10  'entity' => elgg_get_page_owner_entity(),
11  ]),
12  'show_owner_block_menu' => false,
13  'filter_id' => 'settings/notifications',
14  'filter_value' => 'users',
15 ]);
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Definition: views.php:1054
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_view_page(string $title, string|array $body, string $page_shell= 'default', array $vars=[])
Assembles and outputs a full page.
Definition: views.php:256
elgg_get_page_owner_entity()
Gets the owner entity for the current page.
Definition: pageowner.php:23