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