From ab13b3e6e4c898dd6e126ab1172841a723a93914 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Tue, 2 Mar 2010 04:52:46 -0800 Subject: [PATCH] Adding the site name to all page titles --HG-- branch : dev --- src/Orchard.Web/Core/Themes/Views/Document.aspx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Core/Themes/Views/Document.aspx b/src/Orchard.Web/Core/Themes/Views/Document.aspx index bc915c26a..1e31189b4 100644 --- a/src/Orchard.Web/Core/Themes/Views/Document.aspx +++ b/src/Orchard.Web/Core/Themes/Views/Document.aspx @@ -4,7 +4,7 @@ %> - <%=Html.Title() %><% + <%=Html.Title(Html.SiteName()) %><% //todo: (heskew) have resource modules that can be leaned on (like a jQuery module that knows about various CDNs and jQuery's version and min naming schemes) //todo: (heskew) this is an interim solution to inlude jQuery in every page and still allow that to be overriden in some theme by it containing a headScripts partial Model.Zones.AddRenderPartial("head:before", "HeadPreload", Model);