From: Sascha Greuel Date: Tue, 27 Apr 2021 07:49:34 +0000 (+0200) Subject: Disable ads on the legal notice page X-Git-Tag: 5.4.0_Alpha_1~1^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=145eb52fb4585d4d3c3d88c2b83b67d4d1cc6483;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.legalNotice.git Disable ads on the legal notice page Resolves #10 --- diff --git a/templates/legalNotice.tpl b/templates/legalNotice.tpl index b3d712c..2310662 100644 --- a/templates/legalNotice.tpl +++ b/templates/legalNotice.tpl @@ -1,4 +1,4 @@ -{include file='header'} +{include file='header' __disableAds=true}

{lang}wcf.legalNotice.general{/lang}

@@ -62,4 +62,4 @@ {event name='sections'} -{include file='footer'} +{include file='footer' __disableAds=true}