aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/sidebar.php
blob: 96b4a1955164c2563c0565b67ec55d64a39a7967 (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/profile_ownerblock', array('section' => $section));
?>
</div>