Elgg  Version 1.9
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())) $title = elgg_echo("usersettings:plugins")
 
 $content
 
 $params
 
 $body = elgg_view_layout('one_sidebar', $params)
 

Variable Documentation

◆ $body

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

Definition at line 27 of file tools.php.

◆ $content

Initial value:
= elgg_view("core/settings/tools",
array('installed_plugins' => elgg_get_plugins()))
elgg_get_plugins($status='active', $site_guid=null)
Returns an ordered list of plugins.
Definition: plugins.php:372
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype='')
Return a parsed view.
Definition: views.php:354

Definition at line 20 of file tools.php.

◆ $params

$params
Initial value:
= array(
'content' => $content,
'title' => $title,
)
if((!elgg_get_page_owner_entity())||(!elgg_get_page_owner_entity() ->canEdit())) $title
Definition: tools.php:18
$content
Definition: tools.php:20

Definition at line 23 of file tools.php.

◆ $title

if ((!elgg_get_page_owner_entity())||(!elgg_get_page_owner_entity() ->canEdit())) $title = elgg_echo("usersettings:plugins")

Definition at line 18 of file tools.php.