mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 19:34:40 +08:00
Delegating title positioning to Layout.cshtml.
--HG-- branch : dev rename : src/Orchard.Web/Themes/TheAdmin/Views/BeforeContent.cshtml => src/Orchard.Web/Themes/TheAdmin/Views/Title.cshtml
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
Style.Require("Switchable");
|
||||
Script.Require("Switchable");
|
||||
|
||||
WorkContext.Layout.BeforeContent.Add(New.BeforeContent(Title: "Modules"), "5");
|
||||
Layout.Title = T("Modules").ToString();
|
||||
}
|
||||
|
||||
@if (Model.Features.Count() > 0) {
|
||||
|
Reference in New Issue
Block a user