mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 08:46:48 +08:00
committed by
Sébastien Ros
parent
6198a9d4fb
commit
a90bdde699
@@ -69,6 +69,7 @@ namespace Orchard.Mvc.ViewEngines.Razor {
|
||||
.SelectMany(x => new[] {
|
||||
x + "/Views/{0}.cshtml",
|
||||
})
|
||||
.Concat(new[] { "~/Views/{1}/{0}.cshtml", "~/Views/{0}.cshtml" })
|
||||
.ToArray();
|
||||
|
||||
//Logger.Debug("UniversalFormats (module): \r\n\t-{0}", string.Join("\r\n\t-", universalFormats));
|
||||
|
||||
Reference in New Issue
Block a user