Elgg
Version 2.3
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Save menu items. | |
Variables | |
if((!elgg_get_page_owner_entity())||(!elgg_get_page_owner_entity() ->canEdit())) | $plugin_id = elgg_extract("plugin_id", $vars) |
if(empty($plugin_id)) | $plugin = elgg_get_plugin_from_id($plugin_id) |
if(!$plugin) if(elgg_language_key_exists($plugin_id. ':usersettings:title')) | else |
$username = elgg_extract('username', $vars) | |
$content = elgg_view_form('plugins/usersettings/save', array(), array('entity' => $plugin)) | |
$params | |
$body = elgg_view_layout('one_sidebar', $params) | |
$body = elgg_view_layout('one_sidebar', $params) |
$content = elgg_view_form('plugins/usersettings/save', array(), array('entity' => $plugin)) |
if (empty($plugin_id)) $plugin = elgg_get_plugin_from_id($plugin_id) |
if ((!elgg_get_page_owner_entity())||(!elgg_get_page_owner_entity() ->canEdit())) $plugin_id = elgg_extract("plugin_id", $vars) |
$username = elgg_extract('username', $vars) |
if (!$plugin) if (elgg_language_key_exists($plugin_id. ':usersettings:title')) else |