From 488714290f37a33fa8aec0cc6447cfb235053395 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 19 Feb 2013 03:00:29 -0800 Subject: global rename viewcontacts to viewconnections --- view/tpl/contact_block.tpl | 2 +- view/tpl/smarty3/contact_block.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/contact_block.tpl b/view/tpl/contact_block.tpl index a623c4944..b90469199 100644 --- a/view/tpl/contact_block.tpl +++ b/view/tpl/contact_block.tpl @@ -1,7 +1,7 @@
$contacts
{{ if $micropro }} - $viewcontacts + $viewconnections
{{ for $micropro as $m }} $m diff --git a/view/tpl/smarty3/contact_block.tpl b/view/tpl/smarty3/contact_block.tpl index 0610b3c3f..3b07a1ea3 100644 --- a/view/tpl/smarty3/contact_block.tpl +++ b/view/tpl/smarty3/contact_block.tpl @@ -6,7 +6,7 @@
{{$contacts}}
{{if $micropro}} - {{$viewcontacts}} + {{$viewconnections}}
{{foreach $micropro as $m}} {{$m}} -- cgit v1.2.3