[ENHANCE] - Added Theme to Name Space [Owner].Theme.[Theme]
changes all template files to conform to [Owner].Theme.[Theme]
This commit is contained in:
@ -142,7 +142,7 @@
|
||||
if (_owner != "" && _theme != "" && _template != "-")
|
||||
{
|
||||
var template = _templates.FirstOrDefault(item => item.Name == _template);
|
||||
_location = template.Location + _owner + "." + _theme;
|
||||
_location = template.Location + _owner + ".Theme." + _theme;
|
||||
|
||||
}
|
||||
StateHasChanged();
|
||||
|
Reference in New Issue
Block a user