From 2bb982dada0012d59ead783aaf90e730351171cc Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 23 Mar 2015 10:19:19 -0400 Subject: #1080: Remove footer ads/branding from default template --- modules/middleware/context.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/middleware') diff --git a/modules/middleware/context.go b/modules/middleware/context.go index 6095b4c0..b580de50 100644 --- a/modules/middleware/context.go +++ b/modules/middleware/context.go @@ -209,6 +209,7 @@ func Contexter() macaron.Handler { ctx.Data["CsrfTokenHtml"] = template.HTML(``) ctx.Data["ShowRegistrationButton"] = setting.Service.ShowRegistrationButton + ctx.Data["ShowFooterBranding"] = setting.ShowFooterBranding c.Map(ctx) } -- cgit v1.2.3