aboutsummaryrefslogtreecommitdiffstats
path: root/view/follow.tpl
blob: 8ded17424d6baa588cffc5a74a58ee75ed41b0a4 (plain) (blame)
1
2
3
4
5
6
7
8
<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
</div>