From: cash Date: Sat, 11 Jun 2011 19:57:40 +0000 (+0000) Subject: forgot the new river view from the previous commit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dc5b2029c9ce127af3495f6f7adf65b1053f37cd;p=lorea%2Felgg.git forgot the new river view from the previous commit git-svn-id: http://code.elgg.org/elgg/trunk@9182 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/river/user/default/profileiconupdate.php b/views/default/river/user/default/profileiconupdate.php new file mode 100644 index 000000000..a723c5335 --- /dev/null +++ b/views/default/river/user/default/profileiconupdate.php @@ -0,0 +1,13 @@ +getSubjectEntity(); + +$subject_icon = elgg_view_entity_icon($subject, 'tiny'); + +echo elgg_echo("profile:river:iconupdate"); + +echo '
'; +echo $subject_icon; +echo '
';