mediawiki-skins-Insurgency/hooks.txt
Ammar Abdulhamid 91cb084117 Drop MonoBookTemplateToolboxEnd hook
This hook was deprecated 6 years ago and is no longer in use.

Bug: T253783
Change-Id: Iabcb77eb1a4f0667dd667fd5bfc346b8d1188dea
2020-06-12 21:44:34 +01:00

12 lines
No EOL
547 B
Text

Hooks provided by the MonoBook skin.
'MonoBookAfterContent': Called after #content has been closed but right
before #column-content is closed. You can use this to inject items (such as
ads, for example) from an extension.
'MonoBookAfterToolbox': Called in toolbox() after the toolbox portlet (#p-tb)
has been generated. You can use this to inject items (such as ads or a hit
counter, for example) from an extension.
This is the MonoBook couterpart to the VectorAfterToolbox hook in the Vector
skin.
$template: the MonoBookTemplate class instance