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