mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
More progress on defining new UI capabilities...
--HG-- branch : dev
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
if (Model.Sidebar != null) {
|
||||
Html.AddPageClassNames(new[]{"icanhassidebar"});
|
||||
}
|
||||
|
||||
WorkContext.Layout.Featured.Add(New.TempFeatured(Hello:"bob"));
|
||||
WorkContext.Layout.Featured.Add("just some text in featured");
|
||||
}
|
||||
@Model.TitleFromMenu
|
||||
<div id="layout-wrapper">
|
||||
|
Reference in New Issue
Block a user