2014-08-24 18:06:18 -04:00
|
|
|
Hooks provided by the MonoBook skin.
|
|
|
|
|
2020-03-19 19:17:12 -04:00
|
|
|
'MonoBookAfterContent': Called after #content has been closed but right
|
|
|
|
before #column-content is closed. You can use this to inject items (such as
|
2017-01-06 11:47:05 -05:00
|
|
|
ads, for example) from an extension.
|
|
|
|
|
2020-03-19 19:17:12 -04:00
|
|
|
'MonoBookAfterToolbox': Called in toolbox() after the toolbox portlet (#p-tb)
|
2017-01-06 11:47:05 -05:00
|
|
|
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.
|
2020-06-12 16:33:53 -04:00
|
|
|
$template: the MonoBookTemplate class instance
|