From: Trevor Parscal Date: Mon, 6 Jul 2009 23:35:01 +0000 (+0000) Subject: Added documentation for VectorTemplateToolboxEnd X-Git-Tag: 1.31.0-rc.0~41083 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=b81342aa8847c2b740b4fcaa843d3b0dfc4a6715;p=lhc%2Fweb%2Fwiklou.git Added documentation for VectorTemplateToolboxEnd --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 07da32c9e2..e2a745d218 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1580,6 +1580,13 @@ authentification timestamp new toggles $toggles: array of toggles to add +'VectorTemplateToolboxEnd': Called by Vector skin after toolbox links have +been rendered (useful for adding more) +Note: this is only run for the Vector skin. To add items to the toolbox +for all 'SkinTemplate'-type skins, use the SkinTemplateToolboxEnd hook +instead. +$tools: array of tools + 'WantedPages::getSQL': called in WantedPagesPage::getSQL(), can be used to alter the SQL query which gets the list of wanted pages &$wantedPages: WantedPagesPage object