diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-11 14:57:33 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-11 14:57:33 +0100 |
commit | e972375403bd019c58478c687443b8c8c68e55d9 (patch) | |
tree | 4430c8cb484faab37ddb91e350b8aa0d3eae7494 /addon/README | |
parent | b500f7ffac6214dd07ec315a52ec06455cce435f (diff) | |
parent | 9493c29810181408512096b5ee16c769ab1888b9 (diff) | |
download | volse-hubzilla-e972375403bd019c58478c687443b8c8c68e55d9.tar.gz volse-hubzilla-e972375403bd019c58478c687443b8c8c68e55d9.tar.bz2 volse-hubzilla-e972375403bd019c58478c687443b8c8c68e55d9.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'addon/README')
-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' *** |