diff options
author | friendica <info@friendica.com> | 2012-04-27 01:10:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-27 01:10:09 -0700 |
commit | f06a554e05bfc8e4556e53c0f877e2f8c2d42bcc (patch) | |
tree | be59567b0d92dbac371b569cab3066f90ce58775 | |
parent | a1f94ac59f677c61e97facb2835883191a9e48af (diff) | |
download | volse-hubzilla-f06a554e05bfc8e4556e53c0f877e2f8c2d42bcc.tar.gz volse-hubzilla-f06a554e05bfc8e4556e53c0f877e2f8c2d42bcc.tar.bz2 volse-hubzilla-f06a554e05bfc8e4556e53c0f877e2f8c2d42bcc.zip |
fix view contacts
-rw-r--r-- | view/contact_block.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/contact_block.tpl b/view/contact_block.tpl index df5614398..eb46c6c43 100644 --- a/view/contact_block.tpl +++ b/view/contact_block.tpl @@ -1,7 +1,7 @@ <div id="contact-block"> <h4 class="contact-block-h4">$contacts</h4> {{ if $micropro }} - <a class="allcontact-link" href="contacts/$nickname">$viewcontacts</a> + <a class="allcontact-link" href="viewcontacts/$nickname">$viewcontacts</a> <div class='contact-block-content'> {{ for $micropro as $m }} $m |