2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<div id="follow-sidebar" class="widget">
|
|
|
|
<h3>{{$connect}}</h3>
|
|
|
|
<div id="connect-desc">{{$desc}}</div>
|
|
|
|
<form action="follow" method="post" >
|
2014-08-25 08:09:56 -04: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 07:47:57 -04:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|