From 0147520e903789aba3802a306b9f6b14326b486f Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 7 Jan 2011 03:15:52 -0800 Subject: add contact edit hooks --- addon/README | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'addon/README') diff --git a/addon/README b/addon/README index b92b418b4..c6931c2b3 100644 --- a/addon/README +++ b/addon/README @@ -130,6 +130,16 @@ Current hooks: 'home_content' - called prior to output home page content, shown to unlogged users $b is (string) HTML of section region +'contact_edit' - called when editing contact details on an individual from the Contacts page + $b is (array) + 'contact' => contact record (array) of target contact + 'output' => the (string) generated HTML of the contact edit page + +'contact_edit_post' - called when posting the contact edit page + $b is the $_POST array + + + *** = subject to change -- cgit v1.2.3