aboutsummaryrefslogtreecommitdiff
path: root/mod/profile_widgets/views/default/widgets/thewirewrite/view.php
blob: 9dba9a4cb4dbd2c83328b3212fd2fb45359c9a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="contentWrapper">
<?php

        $form_vars = array('class' => 'thewire-form');
        $content = elgg_view_form('thewire/add', $form_vars);
        $content .= elgg_view('input/urlshortener');
        $context = 'mine';
	echo $content;
?>
</div>