mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15187] Use $this->template property
This commit is contained in:
parent
bc404a3701
commit
5808c9fae1
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class acp_extensions
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update custom style for admin area
|
// Update custom style for admin area
|
||||||
$template->set_custom_style(array(
|
$this->template->set_custom_style(array(
|
||||||
array(
|
array(
|
||||||
'name' => 'adm',
|
'name' => 'adm',
|
||||||
'ext_path' => 'adm/style/',
|
'ext_path' => 'adm/style/',
|
||||||
|
|
Loading…
Add table
Reference in a new issue