diff options
Diffstat (limited to 'view/tpl/smarty3/contact_template.tpl')
-rw-r--r-- | view/tpl/smarty3/contact_template.tpl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/view/tpl/smarty3/contact_template.tpl b/view/tpl/smarty3/contact_template.tpl deleted file mode 100644 index 496fb90ba..000000000 --- a/view/tpl/smarty3/contact_template.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -<div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" > - <div class="contact-entry-photo-wrapper" > - <a href="{{$contact.url}}" title="{{$contact.img_hover}}" /><img src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a> - </div> - <div class="contact-entry-photo-end" ></div> - <div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div> - <div class="contact-entry-end" ></div> -</div> |