diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-04-27 22:43:26 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-04-27 22:43:26 +0530 |
commit | 214ec91a3f2c5fec6cced93f669b3a9725f0e40a (patch) | |
tree | d05fd4c7e65cc89cf46d8347a2d0e6df135ed864 /view/contact_block.tpl | |
parent | f1d84c10458986a0a014f844e784617401764b29 (diff) | |
parent | 4b92e3543c9af26e590cfecf561ff7483e66e6c9 (diff) | |
download | volse-hubzilla-214ec91a3f2c5fec6cced93f669b3a9725f0e40a.tar.gz volse-hubzilla-214ec91a3f2c5fec6cced93f669b3a9725f0e40a.tar.bz2 volse-hubzilla-214ec91a3f2c5fec6cced93f669b3a9725f0e40a.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'view/contact_block.tpl')
-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 |