]> git.mxchange.org Git - friendica.git/blob - view/templates/follow.tpl
1df5cd86b0976be1044640ca6469b513c4670347
[friendica.git] / view / templates / follow.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div id="follow-sidebar" class="widget">
7         <h3>{{$connect}}</h3>
8         <div id="connect-desc">{{$desc}}</div>
9         <form action="follow" method="post" >
10                 <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}}" />
11         </form>
12 </div>
13