1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-06 09:08:26 +00:00
friendica-github/view/templates/widget/follow.tpl

9 lines
384 B
Smarty

<div id="follow-sidebar" class="widget">
<h3>{{$connect}}</h3>
<div id="connect-desc">{{$desc nofilter}}</div>
<form action="contact/follow" method="get">
<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}}" />
</form>
</div>