Elgg
Version 3.0
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Updates the advanced settings for the primary site object. | |
Variables | |
$plugin = elgg_extract('entity', $vars) | |
$plugin_id = $plugin->getID() | |
$user_guid = elgg_extract('user_guid', $vars, elgg_get_logged_in_user_guid()) | |
$type = elgg_extract('type', $vars, '') | |
if($type!= 'user') | if (elgg_view_exists("plugins/$plugin_id/{$type}settings")) |
$footer | |
$footer |
$plugin = elgg_extract('entity', $vars) |
$type = elgg_extract('type', $vars, '') |
$user_guid = elgg_extract('user_guid', $vars, elgg_get_logged_in_user_guid()) |
if ($type!= 'user') if(elgg_view_exists("plugins/$plugin_id/{$type}settings")) |