summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-12 22:16:48 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-12 22:16:48 +0000
commitdac8d103e69deb63c7eafe16286f23a66034d967 (patch)
tree279beb131b4de6fee58a8db8c910a68f510d1176 /EVENTS.txt
parent579f09417bcd80bcf1921ebd8104f648d49413a6 (diff)
Hooks for: header, contentblock, footer
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt19
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
+