Elgg  Version 1.11
Variables
edit.php File Reference

Go to the source code of this file.

Variables

 $user = elgg_get_page_owner_entity()
 
 $title = elgg_echo('profile:edit')
 
 $content = elgg_view_form('profile/edit', array(), array('entity' => $user))
 
 $params
 
 $body = elgg_view_layout('one_sidebar', $params)
 

Variable Documentation

◆ $body

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

Definition at line 31 of file edit.php.

◆ $content

$content = elgg_view_form('profile/edit', array(), array('entity' => $user))

Definition at line 25 of file edit.php.

◆ $params

$params
Initial value:
= array(
'content' => $content,
'title' => $title,
)
$title
Definition: edit.php:12
if(!elgg_instanceof($entity, 'user')||! $entity->canEdit()) $content
Definition: edit.php:20

Definition at line 27 of file edit.php.

◆ $title

$title = elgg_echo('profile:edit')

Definition at line 23 of file edit.php.

◆ $user

Definition at line 8 of file edit.php.