diff options
author | Friendika <info@friendika.com> | 2011-01-10 13:45:42 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-10 13:45:42 -0800 |
commit | b2176538f4aea9096c50f738cca840024bf9c53e (patch) | |
tree | 8fd101eb7a8b775c73615bc349b7ec28dfa36635 /addon | |
parent | 85b0eca9c1f74a8fc864cb29ab0ae1fc265dbed5 (diff) | |
download | volse-hubzilla-b2176538f4aea9096c50f738cca840024bf9c53e.tar.gz volse-hubzilla-b2176538f4aea9096c50f738cca840024bf9c53e.tar.bz2 volse-hubzilla-b2176538f4aea9096c50f738cca840024bf9c53e.zip |
add page start/end hooks, cleanup couple of notice msgs
Diffstat (limited to 'addon')
-rw-r--r-- | addon/README | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/addon/README b/addon/README index c6931c2b3..89f39e399 100644 --- a/addon/README +++ b/addon/README @@ -138,6 +138,12 @@ Current hooks: 'contact_edit_post' - called when posting the contact edit page $b is the $_POST array +'init_1' - called just after DB has been opened and before session start + $b is not used or passed + +'page_end' - called after HTML content functions have completed + $b is (string) HTML of content div + @@ -149,17 +155,17 @@ Current hooks: Not yet documented: -'atom_feed' +'atom_feed' *** -'atom_feed_end' +'atom_feed_end' *** -'parse_atom' +'parse_atom' *** -'atom_author' +'atom_author' *** -'atom_entry' +'atom_entry' *** -'parse_link' +'parse_link' *** |