mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 22:28:46 +01:00
[ticket/10824] Show display-name in acp and change composer name
PHPBB3-10824
This commit is contained in:
parent
732935582a
commit
b0337b21d5
@ -802,7 +802,7 @@ class acp_styles
|
||||
$parent = $style_data['extra']['parent-style'];
|
||||
$style = array(
|
||||
'style_id' => 0,
|
||||
'style_name' => $style_data['name'],
|
||||
'style_name' => $style_data['extra']['display-name'],
|
||||
'style_copyright' => $style_data['license'],
|
||||
'style_active' => 0,
|
||||
'style_path' => $dir,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "prosilver",
|
||||
"name": "phpbb/phpbb-style-prosilver",
|
||||
"description": "phpBB Forum Software default style",
|
||||
"type": "phpbb-style",
|
||||
"version": "3.2.0-a1-dev",
|
||||
@ -23,7 +23,6 @@
|
||||
},
|
||||
"extra": {
|
||||
"display-name": "prosilver",
|
||||
"parent-style": "prosilver",
|
||||
"phpbb-version": "3.2.0-a1-dev"
|
||||
"phpbb-version": "3.2.0-a3-dev"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user