2014-08-09 15:06:14 +00:00
|
|
|
Hooks provided by the Vector skin.
|
|
|
|
|
2020-03-23 20:25:45 +00:00
|
|
|
'VectorAfterToolbox': Called after rendering the toolbox portlet (#p-tb).
|
2017-01-06 16:48:54 +00:00
|
|
|
You can use this to inject items (such as ads or a hit counter, for example)
|
|
|
|
from an extension.
|
2020-03-23 20:25:45 +00:00
|
|
|
This is the Vector counterpart to the MonoBookAfterToolbox hook in the MonoBook
|
2017-01-06 16:48:54 +00:00
|
|
|
skin.
|
|
|
|
|
2020-03-23 20:25:45 +00:00
|
|
|
'VectorBeforeFooter': Called before the footer (#footer) is output, but after
|
|
|
|
#mw-navigation has been closed.
|
2017-01-06 16:48:54 +00:00
|
|
|
You can use this to inject items (such as ads or a hit counter, for example)
|
2020-03-23 20:25:45 +00:00
|
|
|
from an extension.
|