diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-03-04 05:23:41 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-03-04 05:23:41 +0000 |
commit | 78a715bc37041a852d9e0eb6dc3e3dc0a0b9e279 (patch) | |
tree | 88a3c8fc1d4a2da043047a6e07b500cff592302a /EVENTS.txt | |
parent | 753b69991603e6aa2c33d7a6e953141b85caf878 (diff) |
Hooks for: Public group nav in order to place a list-anchor item at
the start or end of the list.
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index ed461ee9f..2f33b2d5d 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -88,9 +88,14 @@ StartShowLocalNavBlock: Showing the local nav menu EndShowLocalNavBlock: At the end of the local nav menu - $action: the current action -StartShowHTML: Chance to set document content type, charset, language, DOCTYPE and html element properties +StartShowHTML: Chance to set document headers (e.g., content type, charset, language), DOCTYPE and html element properties - $action: the current action EndShowHTML: Showing after the html element - $action: the current action +StartPublicGroupNav: Showing the public group nav menu +- $action: the current action + +EndPublicGroupNav: At the end of the public group nav menu +- $action: the current action |