From 04ce5c1c494dcbe134a429fbb126fbf7d21a46fd Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Tue, 28 Feb 2012 10:51:23 -0800 Subject: [PATCH] #18490: Setting missing page title Work Item: 18490 --HG-- branch : 1.x --- src/Orchard.Web/Core/Title/Views/Parts.Title.cshtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Orchard.Web/Core/Title/Views/Parts.Title.cshtml b/src/Orchard.Web/Core/Title/Views/Parts.Title.cshtml index 6024082e2..b11d64e2d 100644 --- a/src/Orchard.Web/Core/Title/Views/Parts.Title.cshtml +++ b/src/Orchard.Web/Core/Title/Views/Parts.Title.cshtml @@ -1 +1,5 @@ +@{ + Layout.Title = Model.Title; +} +

@Model.Title

\ No newline at end of file