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