]> git.mxchange.org Git - friendica.git/blob - view/templates/follow.tpl
vier event_form: include bb-tags for editing
[friendica.git] / view / templates / follow.tpl
1
2 <div id="follow-sidebar" class="widget">
3         <h3>{{$connect}}</h3>
4         <div id="connect-desc">{{$desc}}</div>
5         <form action="follow" method="get" >
6                 <input id="side-follow-url" type="text" name="url" value="{{$value|escape:'html'}}" size="24" placeholder="{{$hint|escape:'html'}}" title="{{$hint|escape:'html'}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow|escape:'html'}}" />
7         </form>
8 </div>
9