2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2014-09-05 22:14:25 +00:00
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
<div id="follow-sidebar" class="widget">
|
|
|
|
<h3>{{$connect}}</h3>
|
2018-12-14 03:35:51 +00:00
|
|
|
<div id="connect-desc">{{$desc nofilter}}</div>
|
2022-11-01 13:41:39 +00:00
|
|
|
<form action="contact/follow" method="get">
|
2018-12-14 03:28:12 +00: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 11:47:57 +00:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|