This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view/follow.tpl
Devlon Duthie 19963884c2 moved invite friends into 'find people' block
misc. styling tweaks
2011-09-25 15:45:03 -05:00

10 lines
307 B
Smarty

<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>