summaryrefslogtreecommitdiff
path: root/www/wiki/skins/Vector/hooks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/skins/Vector/hooks.txt')
-rw-r--r--www/wiki/skins/Vector/hooks.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/wiki/skins/Vector/hooks.txt b/www/wiki/skins/Vector/hooks.txt
new file mode 100644
index 00000000..05f6c6b9
--- /dev/null
+++ b/www/wiki/skins/Vector/hooks.txt
@@ -0,0 +1,12 @@
+Hooks provided by the Vector skin.
+
+'VectorAfterToolbox': Called after rendering the toolbox portlet (div#p-tb).
+You can use this to inject items (such as ads or a hit counter, for example)
+from an extension.
+This is the Vector couterpart to the MonoBookAfterToolbox hook in the MonoBook
+skin.
+
+'VectorBeforeFooter': Called before the footer (div#footer) is output, but after
+div#mw-navigation has been closed.
+You can use this to inject items (such as ads or a hit counter, for example)
+from an extension. \ No newline at end of file