aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/sidebar.php
blob: d98964f5bec3a0b1133b8a8a7505cb9ec0df2a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * Elgg profile icon edit form
 *
 * @package ElggProfile
 */
?>
<div id="profile-sidebar">
<?php
	$section = $vars['section'];
	echo elgg_view('profile/ownerblock', array('section' => $section));
?>
</div>