Manual:Hooks/SkinTemplateToolboxEnd

From MediaWiki.org

Jump to: navigation, search
SkinTemplateToolboxEnd
Available from version 1.13.0
Called by SkinTemplate skins after toolbox links have been rendered (useful for adding more)

*Define function:
function fnMyHook( $tpl ) { ... }

*Attach hook:
$wgHooks['SkinTemplateToolboxEnd'][] = 'fnMyHook';
Called from: MonoBook.php, Modern.php, Vector.php

*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:SkinTemplateToolboxEnd extensions.


[edit] Details

  • $tpl: template reference