diff options
author | Friendika <info@friendika.com> | 2010-12-26 15:48:44 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-26 15:48:44 -0800 |
commit | 2abdfb462a34a5c469efe12243e2a91d3fa39a03 (patch) | |
tree | 4c661041f0c678738422f6ec88a98750f2d9f225 /addon | |
parent | e8a63b2abb24b06f4edf3be58ee07795159a1bb4 (diff) | |
download | volse-hubzilla-2abdfb462a34a5c469efe12243e2a91d3fa39a03.tar.gz volse-hubzilla-2abdfb462a34a5c469efe12243e2a91d3fa39a03.tar.bz2 volse-hubzilla-2abdfb462a34a5c469efe12243e2a91d3fa39a03.zip |
plugin changes to contact_block, also configurable limit
Diffstat (limited to 'addon')
-rw-r--r-- | addon/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/addon/README b/addon/README index 84f856924..8d5088f78 100644 --- a/addon/README +++ b/addon/README @@ -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 |