mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/merging-style-components] New acp_styles
New acp_styles, completely rewritten PHPBB3-10632
This commit is contained in:
parent
0c6955e73c
commit
e35a20f957
2 changed files with 1273 additions and 2570 deletions
File diff suppressed because it is too large
Load diff
|
@ -17,11 +17,11 @@ class acp_styles_info
|
||||||
return array(
|
return array(
|
||||||
'filename' => 'acp_styles',
|
'filename' => 'acp_styles',
|
||||||
'title' => 'ACP_CAT_STYLES',
|
'title' => 'ACP_CAT_STYLES',
|
||||||
'version' => '1.0.0',
|
'version' => '2.0.0',
|
||||||
'modes' => array(
|
'modes' => array(
|
||||||
'style' => array('title' => 'ACP_STYLES', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_MANAGEMENT')),
|
'style' => array('title' => 'ACP_STYLES', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_MANAGEMENT')),
|
||||||
'template' => array('title' => 'ACP_TEMPLATES', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_COMPONENTS')),
|
'install' => array('title' => 'ACP_STYLES_INSTALL', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_MANAGEMENT')),
|
||||||
'theme' => array('title' => 'ACP_THEMES', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_COMPONENTS')),
|
'cache' => array('title' => 'ACP_STYLES_CACHE', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_MANAGEMENT')),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue