Updated navigation in the new theme.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-10-11 10:32:54 -07:00
parent b7510e014a
commit 44f76b4276
3 changed files with 65 additions and 9 deletions

View File

@@ -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)