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