From: friendica Date: Fri, 22 Jun 2012 07:35:55 +0000 (-0700) Subject: put the sparkle in the old interface, should probably put it in the current one. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=18c59bd2e771da2f8e6935293e1bc5df2b177866;p=friendica-addons.git put the sparkle in the old interface, should probably put it in the current one. --- diff --git a/page.tgz b/page.tgz index 0f3ed4cc..6c30406a 100644 Binary files a/page.tgz and b/page.tgz differ diff --git a/page/page.php b/page/page.php index a91a255e..014cc499 100755 --- a/page/page.php +++ b/page/page.php @@ -99,7 +99,7 @@ function page_network_mod_init($a,$b) { $more = false; foreach($contacts as $contact) { - $page .= '
  • ' . $contact['url'] . ' '. + $page .= '
  • ' . $contact['url'] . ' '. $contact["name"]."
  • "; $total_shown ++; if(($show_total) && ($total_shown == $show_total)) {