diff options
Diffstat (limited to 'view/follow.tpl')
-rw-r--r-- | view/follow.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/follow.tpl b/view/follow.tpl index 2c024930c..259e74a93 100644 --- a/view/follow.tpl +++ b/view/follow.tpl @@ -1,9 +1,8 @@ <div id="follow-sidebar" class="widget"> - <h3>Find People</h3> + <h3>$connect</h3> + <div id="connect-desc">$desc</div> <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> |