diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 13:01:06 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 13:01:06 -0400 |
commit | 9421b36498f856ca7f29c3b803b99521590d58c5 (patch) | |
tree | 22486deed915bd6068251455922c61396a133465 /EVENTS.txt | |
parent | 8dcb6c86ae47ed478821f0470cc1f9c58bf5a709 (diff) |
add an event for head children
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 002801ff6..ef4c2cffa 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -158,6 +158,12 @@ StartShowBody: called before showing the <body> element and children EndShowBody: called after showing the <body> element (and </body>) - $action: action object being shown +StartHeadChildren: called before showing the children of <head> element (after <head> tag) +- $action: action object being shown + +EndHeadChildren: called after showing the children of <head> element (before </head>) +- $action: action object being shown + StartPersonalGroupNav: beginning of personal group nav menu - $action: action object being shown |