From b2724f2ffd9bc6b0ed32f02a5baba1cd7a1db53a Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 13 Feb 2013 15:39:48 -0800 Subject: bring mod_common into the modern age --- view/tpl/remote_friends_common.tpl | 2 +- view/tpl/smarty3/remote_friends_common.tpl | 2 +- view/tpl/smarty3/settings.tpl | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) (limited to 'view/tpl') 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 @@
-
$desc      {{ if $linkmore }}$more{{ endif }}
+
$desc      {{ if $linkmore }}$more{{ endif }}
{{ if $items }} {{ for $items as $item }}
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 @@ * *}}
-
{{$desc}}      {{if $linkmore}}{{$more}}{{/if}}
+
{{$desc}}      {{if $linkmore}}{{$more}}{{/if}}
{{if $items}} {{foreach $items as $item}}
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 @@

{{$h_prv}}

- - - -
{{foreach $permiss_arr as $permit}} {{include file="field_select.tpl" field=$permit}} -- cgit v1.2.3