Go to the source code of this file.
Namespaces | |
| namespace | Elgg |
Save menu items. | |
Variables | |
| global | $NOTIFICATION_HANDLERS |
| $notification_settings = get_user_notification_settings(elgg_get_page_owner_guid()) | |
| $title = elgg_echo('notifications:usersettings') | |
| $rows = '' | |
| foreach($NOTIFICATION_HANDLERS as $k=> $v) | $content = elgg_echo('notifications:methods') |
| $content = elgg_echo('notifications:methods') |
Definition at line 41 of file notifications.php.
| global $NOTIFICATION_HANDLERS |
Definition at line 9 of file notifications.php.
| $notification_settings = get_user_notification_settings(elgg_get_page_owner_guid()) |
Definition at line 10 of file notifications.php.
| $rows = '' |
Definition at line 14 of file notifications.php.
| $title = elgg_echo('notifications:usersettings') |
Definition at line 12 of file notifications.php.
1.6.3