mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
@@ -78,6 +78,10 @@ namespace Orchard.Widgets.Services {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public IEnumerable<string> GetZones(ExtensionDescriptor theme) {
|
public IEnumerable<string> GetZones(ExtensionDescriptor theme) {
|
||||||
|
if(theme == null) {
|
||||||
|
return Enumerable.Empty<string>();
|
||||||
|
}
|
||||||
|
|
||||||
IEnumerable<string> zones = new List<string>();
|
IEnumerable<string> zones = new List<string>();
|
||||||
|
|
||||||
// get the zones for this theme
|
// get the zones for this theme
|
||||||
|
Reference in New Issue
Block a user