]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Add 4 new events: StartCssLinkElement, EndCssLinkElement, StartScriptElement, EndScri...
[quix0rs-gnu-social.git] / EVENTS.txt
index 34a222e8f3cf0d900ce3bd884c841fd6e328807d..f4ec620338c7be2d1a642231aad90b443a58f7e9 100644 (file)
@@ -574,3 +574,24 @@ EndShortenUrl: After a URL has been shortened
 - $shortenerName: name of the requested shortener
 - $shortenedUrl: short version of the url
 
+StartCssLinkElement: Before a <link rel="stylesheet"..> element is written
+- $action
+- &$src
+- &$theme
+- &$media
+
+EndCssLinkElement: After a <link rel="stylesheet"..> element is written
+- $action
+- $src
+- $theme
+- $media
+
+StartScriptElement: Before a <script...> element is written
+- $action
+- &$src
+- &$type
+
+EndScriptElement: After a <script...> element is written
+- $action
+- $src
+- $type