aboutsummaryrefslogtreecommitdiffstats
path: root/addon/README
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-19 15:21:06 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-19 15:21:06 +0100
commitd8f9458663f3a8212e98c1d781a06fc22c34e3a2 (patch)
treedfca7346e315bed7c4fcfeb7306b809fdabbc3d8 /addon/README
parent468c1824054b7527a3d691e0e404e09c37721711 (diff)
parent766ade06d5e3b387d1fd3d2d0b00b15852e877b1 (diff)
downloadvolse-hubzilla-d8f9458663f3a8212e98c1d781a06fc22c34e3a2.tar.gz
volse-hubzilla-d8f9458663f3a8212e98c1d781a06fc22c34e3a2.tar.bz2
volse-hubzilla-d8f9458663f3a8212e98c1d781a06fc22c34e3a2.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'addon/README')
-rw-r--r--addon/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/addon/README b/addon/README
index 89f39e399..33b84e10d 100644
--- a/addon/README
+++ b/addon/README
@@ -100,9 +100,13 @@ Current hooks:
'contact' => contact (array) record for the person from the database
'entry' => the (string) HTML of the generated entry
+'profile_sidebar_enter' - called prior to generating the sidebar "short" profile for a page
+ $b is (array) the person's profile array
+
'profile_sidebar' - called when generating the sidebar "short" profile for a page
- $b is the (string) generated HTML of the entry
- (The profile array details are in $a->profile)
+ $b is an array
+ 'profile' => profile (array) record for the person from the database
+ 'entry' => the (string) HTML of the generated entry
'contact_block_end' - called when formatting the block of contacts/friends on a
profile sidebar has completed