1
0
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:
Marc Alexander 2016-01-17 14:11:21 +01:00
parent 732935582a
commit b0337b21d5
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 3 additions and 4 deletions

View File

@ -802,7 +802,7 @@ class acp_styles
$parent = $style_data['extra']['parent-style']; $parent = $style_data['extra']['parent-style'];
$style = array( $style = array(
'style_id' => 0, 'style_id' => 0,
'style_name' => $style_data['name'], 'style_name' => $style_data['extra']['display-name'],
'style_copyright' => $style_data['license'], 'style_copyright' => $style_data['license'],
'style_active' => 0, 'style_active' => 0,
'style_path' => $dir, 'style_path' => $dir,

View File

@ -1,5 +1,5 @@
{ {
"name": "prosilver", "name": "phpbb/phpbb-style-prosilver",
"description": "phpBB Forum Software default style", "description": "phpBB Forum Software default style",
"type": "phpbb-style", "type": "phpbb-style",
"version": "3.2.0-a1-dev", "version": "3.2.0-a1-dev",
@ -23,7 +23,6 @@
}, },
"extra": { "extra": {
"display-name": "prosilver", "display-name": "prosilver",
"parent-style": "prosilver", "phpbb-version": "3.2.0-a3-dev"
"phpbb-version": "3.2.0-a1-dev"
} }
} }