'$zrl' => $Introduction->getZrl(),
'$lbl_url' => $this->t('Profile URL'),
'$addr' => $Introduction->getAddr(),
- '$action' => 'follow',
+ '$action' => 'contact/follow',
'$approve' => $this->t('Approve'),
'$note' => $Introduction->getNote(),
'$ignore' => $this->t('Ignore'),
<div id="follow-sidebar" class="widget">
<h3>{{$connect}}</h3>
<div id="connect-desc">{{$desc nofilter}}</div>
- <form action="follow" method="get">
+ <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>
<div id="follow-sidebar" class="widget">
<h3>{{$connect}}</h3>
- <form action="follow" method="get">
+ <form action="contact/follow" method="get">
{{* The input field - For visual consistence we are using a search input field*}}
<div class="form-group form-group-search">
<input id="side-follow-url" class="search-input form-control form-search" type="text" name="url" value="{{$value}}" placeholder="{{$hint}}" data-toggle="tooltip" title="{{$hint}}" />
<div id="follow-sidebar" class="widget">
<h3>{{$connect}}</h3>
<div id="connect-desc">{{$desc nofilter}}</div>
- <form action="follow" method="post">
+ <form action="contact/follow" method="post">
<input id="side-follow-url" type="text-sidebar" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
</form>
</div>