mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Updated navigation in the new theme.
--HG-- branch : dev
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
Html.AddPageClassNames(new[]{"has-sidebar"});
|
||||
}
|
||||
}
|
||||
<div id="layout-wrapper">
|
||||
|
||||
|
||||
<header id="layout-header">
|
||||
@* needs to be the page title, not page (head) title... *@
|
||||
<h1><a href="@homeUrl">@WorkContext.CurrentSite.SiteName</a></h1>
|
||||
@@ -20,12 +21,17 @@
|
||||
@Zone(Model.Header)
|
||||
</div>
|
||||
}
|
||||
</header>
|
||||
|
||||
|
||||
@if(Model.Navigation != null) {
|
||||
<div id="navigation">
|
||||
<div id="navigation" class="group">
|
||||
@Zone(Model.Navigation)
|
||||
</div>
|
||||
}
|
||||
</header>
|
||||
|
||||
|
||||
<div id="layout-wrapper">
|
||||
@if(Model.Messages != null) {
|
||||
<div id="messages">
|
||||
@Zone(Model.Messages)
|
||||
|
Reference in New Issue
Block a user