mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
c5d49d71fb
Bug: T185782 Bug: T140664 Change-Id: I67950b4bed34b56d17bbea82f311bfe31683ad1e
12 lines
506 B
Plaintext
12 lines
506 B
Plaintext
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. |