mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15187] Use $this->template property
This commit is contained in:
@@ -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/',
|
||||||
|
Reference in New Issue
Block a user