2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
<div id="follow-sidebar" class="widget">
|
|
|
|
<h3>{{$connect}}</h3>
|
2018-12-14 04:35:51 +01:00
|
|
|
<div id="connect-desc">{{$desc nofilter}}</div>
|
2015-04-09 00:10:21 +02:00
|
|
|
<form action="follow" method="get" >
|
2018-12-14 04:28:12 +01:00
|
|
|
<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}}" />
|
2013-04-23 13:47:57 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|