mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 22:53:01 +02:00
Fixes #4443 - set default stylesheet scope to 'front' when attribute has been omitted from theme.xml.
This commit is contained in:
@@ -142,6 +142,14 @@
|
||||
'description' => '',
|
||||
'thumbnail' => '',
|
||||
),
|
||||
'*' => array (
|
||||
'name' => '*',
|
||||
'info' => '*',
|
||||
'nonadmin' => true,
|
||||
'exclude' => '',
|
||||
'description' => '',
|
||||
'thumbnail' => '',
|
||||
),
|
||||
),
|
||||
),
|
||||
5 => array(
|
||||
|
Reference in New Issue
Block a user