From: friendica Date: Fri, 22 Jun 2012 07:29:15 +0000 (-0700) Subject: Forums have sparkle links, but missing the sparkle X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d8e403001ff12d007963b8c14a0b4fc3cca5adc1;p=friendica-addons.git Forums have sparkle links, but missing the sparkle --- diff --git a/page.tgz b/page.tgz index b942bad6..0f3ed4cc 100644 Binary files a/page.tgz and b/page.tgz differ diff --git a/page/page.php b/page/page.php index f1718822..a91a255e 100755 --- a/page/page.php +++ b/page/page.php @@ -65,7 +65,7 @@ function page_page_end($a,&$b) { $more = false; foreach($contacts as $contact) { - $page .= '
  • ' . $contact['url'] . ' '. + $page .= '
  • ' . $contact['url'] . ' '. $contact["name"]."
  • "; $total_shown ++; if($total_shown == 6) {