Elgg  Version 2.3
Variables
crop.php File Reference

Go to the source code of this file.

Variables

 $guid = get_input('guid')
 Avatar crop action. More...
 
 $owner = get_entity($guid)
 
if(!$owner||!($owner instanceof ElggUser)||!$owner->canEdit()) $coords
 
 $view = 'river/user/default/profileiconupdate'
 

Variable Documentation

if (!$owner||!($owner instanceof ElggUser)||!$owner->canEdit()) $coords
Initial value:
= [
'x1' => (int) get_input('x1', 0)
get_input($variable, $default=null, $filter_result=true)
Get some input from variables passed submitted through GET or POST.
Definition: input.php:27

Definition at line 15 of file crop.php.

$guid = get_input('guid')

Avatar crop action.

Definition at line 7 of file crop.php.

$owner = get_entity($guid)

Definition at line 8 of file crop.php.

$view = 'river/user/default/profileiconupdate'
Examples:
/root/Elgg/engine/lib/output.php, and /root/Elgg/engine/lib/views.php.

Definition at line 34 of file crop.php.