aboutsummaryrefslogtreecommitdiffstats
path: root/view/follow.tpl
blob: 2c024930cad96422097d2030625e5e2f4d93abe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
<div id="follow-sidebar" class="widget">
	<h3>Find People</h3>
	<form action="follow" method="post" />
		<input id="side-follow-url" type="text" name="url" size="24" title="$hint" /><input id="side-follow-submit" type="submit" name="submit" value="$follow" />
	</form>
	$findSimilar
	$inviteFriends
</div>