diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-26 19:56:31 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-26 19:56:31 +0000 |
commit | 7af6f5392be2b847c4c026f2632fc1c900338b81 (patch) | |
tree | 42c5eaefcc622a1f420e615d4c4fabc342f1a7db /EVENTS.txt | |
parent | 240ea969214fe3d18c96d0f9ba1d2b5af63aa54d (diff) |
Hook for setting document content type, charset, language, DOCTYPE and
html element properties
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 37e2203d5..ed461ee9f 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -88,3 +88,9 @@ 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 +- $action: the current action + +EndShowHTML: Showing after the html element +- $action: the current action + |