plugin changes to contact_block, also configurable limit

This commit is contained in:
Friendika 2010-12-26 15:48:44 -08:00
commit 2abdfb462a
2 changed files with 16 additions and 6 deletions

View file

@ -94,9 +94,11 @@ Current hooks:
$b is the (string) generated HTML of the entry
(The profile array details are in $a->profile)
'contact_block_end' - called when displaying the block of contacts/friends on a
profile sidebar
*** $b is the (string) generated HTML of the contact block
'contact_block_end' - called when formatting the block of contacts/friends on a
profile sidebar has completed
$b is an array
'contacts' => contact array of entries
'output' => the (string) generated HTML of the contact block
*** = subject to change