Elgg  Version 1.11
Variables
edit.php File Reference

Go to the source code of this file.

Variables

 $title = elgg_echo('avatar:edit')
 
 $entity = elgg_get_page_owner_entity()
 
if(!elgg_instanceof($entity, 'user')||! $entity->canEdit()) $content = elgg_view('core/avatar/upload', array('entity' => $entity))
 
if(isset($entity->icontime)) $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

if (!elgg_instanceof( $entity, 'user')||! $entity->canEdit()) $content = elgg_view('core/avatar/upload', array('entity' => $entity))

Definition at line 20 of file edit.php.

◆ $entity

Definition at line 14 of file edit.php.

◆ $params

if (isset( $entity->icontime)) $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('avatar:edit')

Definition at line 12 of file edit.php.