]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - EVENTS.txt
add hooks for JavaScript handling
[quix0rs-gnu-social.git] / EVENTS.txt
1 StartPrimaryNav: Showing the primary nav menu
2 - $action: the current action
3
4 EndPrimaryNav: At the end of the primary nav menu
5 - $action: the current action
6
7 StartSecondaryNav: Showing the secondary nav menu
8 - $action: the current action
9
10 EndSecondaryNav: At the end of the secondary nav menu
11 - $action: the current action
12
13 StartShowScripts: Showing JavaScript links
14 - $action: the current action
15
16 EndShowScripts: End showing JavaScript links; good place to add custom
17                 links like Google Analytics
18 - $action: the current action
19
20 StartShowJQueryScripts: Showing JQuery script links (use this to link to e.g. Google mirrors)
21 - $action: the current action
22
23 EndShowJQueryScripts: End showing JQuery script links
24 - $action: the current action
25
26 StartShowLaconicaScripts: Showing Laconica script links (use this to link to a CDN or something)
27 - $action: the current action
28
29 EndShowLaconicaScripts: End showing Laconica script links
30 - $action: the current action
31