mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
eecd2a73f9
Bug: T248137 Change-Id: I8b2bc0843f9151269d4dbcbf278f8ce43ee8f872
13 lines
499 B
Plaintext
13 lines
499 B
Plaintext
Hooks provided by the Vector skin.
|
|
|
|
'VectorAfterToolbox': Called after rendering the toolbox portlet (#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 counterpart to the MonoBookAfterToolbox hook in the MonoBook
|
|
skin.
|
|
|
|
'VectorBeforeFooter': Called before the footer (#footer) is output, but after
|
|
#mw-navigation has been closed.
|
|
You can use this to inject items (such as ads or a hit counter, for example)
|
|
from an extension.
|