Skip to content

Commit

Permalink
forgot the new river view from the previous commit
Browse files Browse the repository at this point in the history
git-svn-id: http://code.elgg.org/elgg/trunk@9182 36083f99-b078-4883-b0ff-0f9b5a30f544
  • Loading branch information
cash committed Jun 11, 2011
1 parent 4f984fc commit dc5b202
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions views/default/river/user/default/profileiconupdate.php
@@ -0,0 +1,13 @@
<?php
/**
* Update avatar river view
*/
$subject = $vars['item']->getSubjectEntity();

$subject_icon = elgg_view_entity_icon($subject, 'tiny');

echo elgg_echo("profile:river:iconupdate");

echo '<div class="elgg-river-content clearfix">';
echo $subject_icon;
echo '</div>';

0 comments on commit dc5b202

Please sign in to comment.