Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1580,6 +1580,13 @@ |
1581 | 1581 | new toggles |
1582 | 1582 | $toggles: array of toggles to add |
1583 | 1583 | |
| 1584 | +'VectorTemplateToolboxEnd': Called by Vector skin after toolbox links have |
| 1585 | +been rendered (useful for adding more) |
| 1586 | +Note: this is only run for the Vector skin. To add items to the toolbox |
| 1587 | +for all 'SkinTemplate'-type skins, use the SkinTemplateToolboxEnd hook |
| 1588 | +instead. |
| 1589 | +$tools: array of tools |
| 1590 | + |
1584 | 1591 | 'WantedPages::getSQL': called in WantedPagesPage::getSQL(), can be used to |
1585 | 1592 | alter the SQL query which gets the list of wanted pages |
1586 | 1593 | &$wantedPages: WantedPagesPage object |