Page MenuHomePhabricator

No access to title in SkinTemplateToolboxEnd hook
Closed, ResolvedPublic

Description

Not specific to Vector skin, but this hook needs a clear way to access the title of current page. In addition the hook documentation is wrong.


Version: 1.17.x
Severity: enhancement

Details

Reference
bz25363

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:21 PM
bzimport set Reference to bz25363.

$sk->data['skin']->getTitle();

Fixed documentation in r80194.

Also note that there's QuickTemplate::getSkin() since r79871.