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 = elgg_view_layout('one_sidebar', $params)

Definition at line 27 of file tools.php.

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

Definition at line 20 of file tools.php.

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

Definition at line 23 of file tools.php.

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.