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/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/remote_friends_common.tpl')
-rw-r--r-- | view/tpl/remote_friends_common.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/remote_friends_common.tpl b/view/tpl/remote_friends_common.tpl index 09ce3588e..48bdd548f 100644 --- a/view/tpl/remote_friends_common.tpl +++ b/view/tpl/remote_friends_common.tpl @@ -1,5 +1,5 @@ <div id="remote-friends-in-common" class="bigwidget"> - <div id="rfic-desc">$desc {{ if $linkmore }}<a href="$base/common/rem/$uid/$cid">$more</a>{{ endif }}</div> + <div id="rfic-desc">$desc {{ if $linkmore }}<a href="$base/common/$uid">$more</a>{{ endif }}</div> {{ if $items }} {{ for $items as $item }} <div class="profile-match-wrapper"> |