Elgg  Version 1.10
Namespaces | Variables
tools.php File Reference

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 = get_input("plugin_id")
 
if(empty($plugin_id)) $plugin = elgg_get_plugin_from_id($plugin_id)
 
if(!$plugin$title = $plugin->getManifest()->getName()
 
 $content = elgg_view_form('plugins/usersettings/save', array(), array('entity' => $plugin))
 
 $params
 
 $body = elgg_view_layout('one_sidebar', $params)
 

Variable Documentation

$body = elgg_view_layout('one_sidebar', $params)

Definition at line 39 of file tools.php.

$content = elgg_view_form('plugins/usersettings/save', array(), array('entity' => $plugin))

Definition at line 33 of file tools.php.

$params
Initial value:
= array(
'content' => $content,
'title' => $title,
)
if(!$plugin) $title
Definition: tools.php:32
$content
Definition: tools.php:33

Definition at line 35 of file tools.php.

if (empty($plugin_id)) $plugin = elgg_get_plugin_from_id($plugin_id)

Definition at line 25 of file tools.php.

if ((!elgg_get_page_owner_entity())||(!elgg_get_page_owner_entity() ->canEdit())) $plugin_id = get_input("plugin_id")

Definition at line 18 of file tools.php.

if (!$plugin) $title = $plugin->getManifest()->getName()

Definition at line 32 of file tools.php.