diff options
Diffstat (limited to 'view/remote_friends_common.tpl')
-rw-r--r-- | view/remote_friends_common.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/remote_friends_common.tpl b/view/remote_friends_common.tpl index fa66c4731..9e0562878 100644 --- a/view/remote_friends_common.tpl +++ b/view/remote_friends_common.tpl @@ -1,5 +1,5 @@ <div id="remote-friends-in-common" class="bigwidget"> - <div id="rfic-desc">$desc <a href="$base/common/rem/$uid/$cid">$more</a></div> + <div id="rfic-desc">$desc {{ if $linkmore }}<a href="$base/common/rem/$uid/$cid">$more</a>{{ endif }}</div> {{ if $items }} {{ for $items as $item }} <div class="profile-match-wrapper"> |