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 | |
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')
-rw-r--r-- | view/tpl/remote_friends_common.tpl | 2 | ||||
-rw-r--r-- | view/tpl/smarty3/remote_friends_common.tpl | 2 | ||||
-rw-r--r-- | view/tpl/smarty3/settings.tpl | 4 |
3 files changed, 2 insertions, 6 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"> 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"> diff --git a/view/tpl/smarty3/settings.tpl b/view/tpl/smarty3/settings.tpl index 316c52d62..251fa9be4 100644 --- a/view/tpl/smarty3/settings.tpl +++ b/view/tpl/smarty3/settings.tpl @@ -26,10 +26,6 @@ <h3 class="settings-heading">{{$h_prv}}</h3> -<input type="hidden" name="visibility" value="{{$visibility}}" /> - - - <div id="settings-permissions-wrapper"> {{foreach $permiss_arr as $permit}} {{include file="field_select.tpl" field=$permit}} |