Elgg  Version 1.9
Variables
profileiconupdate.php File Reference

Go to the source code of this file.

Variables

 $subject = $vars['item']->getSubjectEntity()
 Update avatar river view. More...
 
 $subject_link
 
 $string = elgg_echo('river:update:user:avatar', array($subject_link))
 

Variable Documentation

$string = elgg_echo('river:update:user:avatar', array($subject_link))

Definition at line 15 of file profileiconupdate.php.

$subject = $vars['item']->getSubjectEntity()

Update avatar river view.

Definition at line 6 of file profileiconupdate.php.

$subject_link
Initial value:
= elgg_view('output/url', array(
'href' => $subject->getURL(),
'text' => $subject->name,
'class' => 'elgg-river-subject',
'is_trusted' => true,
))
$subject
Update avatar river view.
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
Definition: views.php:354

Definition at line 8 of file profileiconupdate.php.