aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/wrapper.php
blob: 73b7934f2ff067845f549aff72b9138fea8a1c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Profile info box
 */

?>
<div class="profile elgg-col-2of3">
	<div class="elgg-inner clearfix">
		<?php echo elgg_view('profile/owner_block'); ?>
		<?php echo elgg_view('profile/details'); ?>
	</div>
</div>