aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/contact_template.tpl
blob: a426508eb17470e6cad33146703d12e25242dc24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{*
 *	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.edit}}" 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>