add page start/end hooks, cleanup couple of notice msgs
This commit is contained in:
parent
85b0eca9c1
commit
b2176538f4
3 changed files with 32 additions and 8 deletions
18
addon/README
18
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' ***
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue