Midway through template refactoring. CURRENTLY BROKEN.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044393
This commit is contained in:
loudej
2009-12-21 08:24:39 +00:00
parent 40bef93bf1
commit 437a19aed7
70 changed files with 629 additions and 157 deletions

View File

@@ -4,6 +4,7 @@ using System.Linq;
using System.Reflection;
using System.Web;
using System.Web.Mvc;
using JetBrains.Annotations;
using Orchard.CmsPages.Models;
using Orchard.CmsPages.Services;
using Orchard.CmsPages.Services.Templates;
@@ -40,9 +41,6 @@ namespace Orchard.CmsPages.Controllers {
T = NullLocalizer.Instance;
}
// That's what it takes to get the CurrentUser for a module.
// See Orchard.Security.SecurityModule.
public IUser CurrentUser { get; set; }
public ILogger Logger { get; set; }
public Localizer T { get; set; }