diff options
author | friendica <info@friendica.com> | 2013-02-20 14:17:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-20 14:17:23 -0800 |
commit | 92f94a0fdc87088a8ce40b652f396bbac4801a42 (patch) | |
tree | b470d26214ec50a9ac5b7441d695f281b3d5c9c0 /view/tpl/smarty3 | |
parent | 9016b5c67aec817168b1b1b37f1c04690c49264a (diff) | |
download | volse-hubzilla-92f94a0fdc87088a8ce40b652f396bbac4801a42.tar.gz volse-hubzilla-92f94a0fdc87088a8ce40b652f396bbac4801a42.tar.bz2 volse-hubzilla-92f94a0fdc87088a8ce40b652f396bbac4801a42.zip |
contact_template is called from multiple places with different params
Diffstat (limited to 'view/tpl/smarty3')
-rw-r--r-- | view/tpl/smarty3/contact_template.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/contact_template.tpl b/view/tpl/smarty3/contact_template.tpl index 496fb90ba..ee8dac10d 100644 --- a/view/tpl/smarty3/contact_template.tpl +++ b/view/tpl/smarty3/contact_template.tpl @@ -6,7 +6,7 @@ <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> + <a href="{{$contact.link}}" 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> |