aboutsummaryrefslogtreecommitdiff
path: root/views/default/tidypics/content_wrapper.php
blob: 08146b31b4e4658dd440703f95f4223d5d0ea21e (plain)
1
2
3
4
5
6
7
8
9
10
<?php
	echo elgg_view_title($vars['title']);
?>
<div class="contentWrapper tidypics_wrapper">
<div class="clearfloat"></div>
<?php
	echo $vars['content'];
?>
<div class="clearfloat"></div>
</div>