From: friendica Date: Sat, 24 Mar 2012 10:29:17 +0000 (-0700) Subject: tweaks to page plugin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4f925a9e4ae8d2e48c5dac09d21bd14939a0ff45;p=friendica-addons.git tweaks to page plugin --- diff --git a/page.tgz b/page.tgz index ade28eb2..aebbe4dd 100644 Binary files a/page.tgz and b/page.tgz differ diff --git a/page/page.php b/page/page.php index 584ac556..2a65cab8 100755 --- a/page/page.php +++ b/page/page.php @@ -1,7 +1,7 @@ * based on pages plugin by @@ -50,7 +50,7 @@ function page_page_end($a,&$b) { $contacts = page_getpage($a->user['uid']); foreach($contacts as $contact) { - $page .= '
  • ' . $contact['url'] . ' '. + $page .= '
  • ' . $contact['url'] . ' '. $contact["name"]."
  • "; } $page .= "";