summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-13 04:33:43 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-13 04:33:43 +0000
commit070d1a3f247dd20e855bda1486121545ec667e9a (patch)
treed3fb991d538ea5250c7c9afca045cac5e96103f2 /EVENTS.txt
parent47e595b092a0d8cd1d26a0170571c013fd992904 (diff)
Hooks for: custom, laconica, UA specific stylesheets
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index aed3dd9c5..16ca9ea06 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -15,6 +15,24 @@ StartSecondaryNav: Showing the secondary nav menu
EndSecondaryNav: At the end of the secondary nav menu
- $action: the current action
+StartShowStyles: Showing Style links; good place to add UA style resets
+- $action: the current action
+
+EndShowStyles: End showing Style links; good place to add custom styles
+- $action: the current action
+
+StartShowLaconicaStyles: Showing Laconica Style links
+- $action: the current action
+
+EndShowLaconicaStyles: End showing Laconica Style links; good place to add handheld or JavaScript dependant styles
+- $action: the current action
+
+StartShowUAStyles: Showing custom UA Style links
+- $action: the current action
+
+EndShowUAStyles: End showing custom UA Style links; good place to add user-agent (e.g., filter, -webkit, -moz) specific styles
+- $action: the current action
+
StartShowScripts: Showing JavaScript links
- $action: the current action