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/contact_template.tpl | |
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/contact_template.tpl')
-rw-r--r-- | view/tpl/contact_template.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/contact_template.tpl b/view/tpl/contact_template.tpl index 7bdcd6b93..905892d9f 100644 --- a/view/tpl/contact_template.tpl +++ b/view/tpl/contact_template.tpl @@ -1,7 +1,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> |