diff options
author | friendica <info@friendica.com> | 2013-02-13 15:39:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-13 15:40:24 -0800 |
commit | b2724f2ffd9bc6b0ed32f02a5baba1cd7a1db53a (patch) | |
tree | 5af17ce3ce4f76eee38a685417bd7a30cbd759ea /view/tpl/smarty3/remote_friends_common.tpl | |
parent | b19764c9a1842cc366ffb641984395210e92c2b1 (diff) | |
download | volse-hubzilla-b2724f2ffd9bc6b0ed32f02a5baba1cd7a1db53a.tar.gz volse-hubzilla-b2724f2ffd9bc6b0ed32f02a5baba1cd7a1db53a.tar.bz2 volse-hubzilla-b2724f2ffd9bc6b0ed32f02a5baba1cd7a1db53a.zip |
bring mod_common into the modern age
Diffstat (limited to 'view/tpl/smarty3/remote_friends_common.tpl')
-rw-r--r-- | view/tpl/smarty3/remote_friends_common.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/remote_friends_common.tpl b/view/tpl/smarty3/remote_friends_common.tpl index b1156a1a8..8416b053a 100644 --- a/view/tpl/smarty3/remote_friends_common.tpl +++ b/view/tpl/smarty3/remote_friends_common.tpl @@ -4,7 +4,7 @@ * *}} <div id="remote-friends-in-common" class="bigwidget"> - <div id="rfic-desc">{{$desc}} {{if $linkmore}}<a href="{{$base}}/common/rem/{{$uid}}/{{$cid}}">{{$more}}</a>{{/if}}</div> + <div id="rfic-desc">{{$desc}} {{if $linkmore}}<a href="{{$base}}/common/{{$uid}}">{{$more}}</a>{{/if}}</div> {{if $items}} {{foreach $items as $item}} <div class="profile-match-wrapper"> |