diff options
Diffstat (limited to 'view/tpl/smarty3/xchan_vcard.tpl')
-rw-r--r-- | view/tpl/smarty3/xchan_vcard.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/smarty3/xchan_vcard.tpl b/view/tpl/smarty3/xchan_vcard.tpl index 5d754356f..3dabdad95 100644 --- a/view/tpl/smarty3/xchan_vcard.tpl +++ b/view/tpl/smarty3/xchan_vcard.tpl @@ -10,6 +10,11 @@ {{if $connect}} <li><a id="follow-link" href="follow?f=&url={{$follow}}">{{$connect}}</a></li> {{/if}} +{{if $newwin}} + <li><a id="visit-chan-link" href="{{$url}}" title="{{$newtit}}" target="_blank" >{{$newwin}}</a></li> +{{/if}} </ul> + + </div> |