aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/part.property.N.php
blob: 73d599ad7b4d54baf584c009b30a744d9a480339 (plain)
1
2
3
4
<p id="contacts_details_name_n" class="contacts_property" data-checksum="<?php echo $_['property']['checksum']; ?>">
	(<?php echo $_['property']['value'][0].', '.$_['property']['value'][1].' '.$_['property']['value'][2]; ?>)
	<span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
</p>