diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-12 22:16:48 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-12 22:16:48 +0000 |
commit | dac8d103e69deb63c7eafe16286f23a66034d967 (patch) | |
tree | 279beb131b4de6fee58a8db8c910a68f510d1176 /EVENTS.txt | |
parent | 579f09417bcd80bcf1921ebd8104f648d49413a6 (diff) |
Hooks for: header, contentblock, footer
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index d9634325d..aed3dd9c5 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -39,3 +39,22 @@ StartShowSections: Start the list of sections in the sidebar EndShowSections: End the list of sections in the sidebar - $action: the current action + +StartShowHeader: Showing before the header container +- $action: the current action + +EndShowHeader: Showing after the header container +- $action: the current action + +StartShowFooter: Showing before the footer container +- $action: the current action + +EndShowFooter: Showing after the footer container +- $action: the current action + +StartShowContentBlock: Showing before the content container +- $action: the current action + +EndShowContentBlock: Showing after the content container +- $action: the current action + |