Disable ads on the legal notice page
authorSascha Greuel <github@1-2.dev>
Tue, 27 Apr 2021 07:49:34 +0000 (09:49 +0200)
committerSascha Greuel <sascha@softcreatr.de>
Tue, 27 Apr 2021 07:56:00 +0000 (09:56 +0200)
Resolves #10

templates/legalNotice.tpl

index b3d712cb9704ef5761865f957bc9c50334c2f780..2310662ee49de366b983dd3fd9bcf97547c1b5a7 100644 (file)
@@ -1,4 +1,4 @@
-{include file='header'}
+{include file='header' __disableAds=true}
 
 <section class="section">
        <h2 class="sectionTitle">{lang}wcf.legalNotice.general{/lang}</h2>
@@ -62,4 +62,4 @@
 
 {event name='sections'}
 
-{include file='footer'}
+{include file='footer' __disableAds=true}