Change `pagemisc` portlet to `cactions`

Reusing existing portlet ids instead of Timeless-specific ids means
that user scripts and gadgets that work on other skins should also
work with Timeless.

Bug: T181362
Change-Id: I5fa7effc503e08438d2cc23f0142771116301da8
isekai
evad37 7 years ago
parent 9bebb43a7a
commit ca0e5e20f9

@ -416,7 +416,7 @@ class TimelessTemplate extends BaseTemplate {
);
}
$pageTools .= $this->getPortlet(
'pagemisc',
'cactions',
$this->pileOfTools['page-tertiary'],
'timeless-pagemisc'
);

Loading…
Cancel
Save