diff options
Diffstat (limited to 'view/tpl/smarty3/xchan_vcard.tpl')
-rw-r--r-- | view/tpl/smarty3/xchan_vcard.tpl | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/view/tpl/smarty3/xchan_vcard.tpl b/view/tpl/smarty3/xchan_vcard.tpl deleted file mode 100644 index 8878a773a..000000000 --- a/view/tpl/smarty3/xchan_vcard.tpl +++ /dev/null @@ -1,25 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<div class="vcard"> -<div class="fn">{{$name}}</div> -<div id="profile-photo-wrapper"><img class="vcard-photo photo" src="{{$photo}}" alt="name" /></div> -</div> - - - -<div id="profile-extra-links"> -<ul> -{{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> - |