]> git.mxchange.org Git - friendica.git/blob - view/smarty3/follow.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / follow.tpl
1 <div id="follow-sidebar" class="widget">
2         <h3>{{$connect}}</h3>
3         <div id="connect-desc">{{$desc}}</div>
4         <form action="follow" method="post" >
5                 <input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
6         </form>
7 </div>
8