From: Marcel Werk Date: Wed, 13 Jul 2016 08:41:58 +0000 (+0200) Subject: Removed ads from non-content pages X-Git-Tag: 3.0.0_Beta_1~1184 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b3463f2a4994227a23c8a74034998eb73363dd49;p=GitHub%2FWoltLab%2FWCF.git Removed ads from non-content pages --- diff --git a/com.woltlab.wcf/templates/accountManagement.tpl b/com.woltlab.wcf/templates/accountManagement.tpl index 3aa29e8bb5..858b66059e 100644 --- a/com.woltlab.wcf/templates/accountManagement.tpl +++ b/com.woltlab.wcf/templates/accountManagement.tpl @@ -1,6 +1,6 @@ {include file='userMenuSidebar'} -{include file='header'} +{include file='header' __disableAds=true} {include file='formError'} @@ -255,4 +255,4 @@ -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/disclaimer.tpl b/com.woltlab.wcf/templates/disclaimer.tpl index 10153bcea1..61ed8be392 100644 --- a/com.woltlab.wcf/templates/disclaimer.tpl +++ b/com.woltlab.wcf/templates/disclaimer.tpl @@ -18,4 +18,4 @@ {/if} -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/emailActivation.tpl b/com.woltlab.wcf/templates/emailActivation.tpl index b9aca1741a..9e09d8ad3a 100644 --- a/com.woltlab.wcf/templates/emailActivation.tpl +++ b/com.woltlab.wcf/templates/emailActivation.tpl @@ -1,4 +1,4 @@ -{include file='header'} +{include file='header' __disableAds=true} {include file='formError'} @@ -40,4 +40,4 @@ -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/emailNewActivationCode.tpl b/com.woltlab.wcf/templates/emailNewActivationCode.tpl index c0bc50ebc3..4f56896283 100644 --- a/com.woltlab.wcf/templates/emailNewActivationCode.tpl +++ b/com.woltlab.wcf/templates/emailNewActivationCode.tpl @@ -1,4 +1,4 @@ -{include file='header'} +{include file='header' __disableAds=true} {include file='formError'} @@ -49,4 +49,4 @@ -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/lostPassword.tpl b/com.woltlab.wcf/templates/lostPassword.tpl index 5b1f34a33f..0eab8e80b2 100644 --- a/com.woltlab.wcf/templates/lostPassword.tpl +++ b/com.woltlab.wcf/templates/lostPassword.tpl @@ -1,4 +1,4 @@ -{include file='header'} +{include file='header' __disableAds=true}

{lang}wcf.user.lostPassword.description{/lang}

@@ -58,4 +58,4 @@ //]]> -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/newPassword.tpl b/com.woltlab.wcf/templates/newPassword.tpl index 537d398543..015c7632d5 100644 --- a/com.woltlab.wcf/templates/newPassword.tpl +++ b/com.woltlab.wcf/templates/newPassword.tpl @@ -1,4 +1,4 @@ -{include file='header'} +{include file='header' __disableAds=true} {include file='formError'} @@ -47,4 +47,4 @@ -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/permissionDenied.tpl b/com.woltlab.wcf/templates/permissionDenied.tpl index c80fdf37a0..3146e91766 100644 --- a/com.woltlab.wcf/templates/permissionDenied.tpl +++ b/com.woltlab.wcf/templates/permissionDenied.tpl @@ -14,4 +14,4 @@ --> {/if} -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/register.tpl b/com.woltlab.wcf/templates/register.tpl index 88072e2493..937bb14d4f 100644 --- a/com.woltlab.wcf/templates/register.tpl +++ b/com.woltlab.wcf/templates/register.tpl @@ -212,4 +212,4 @@ //]]> -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/registerActivation.tpl b/com.woltlab.wcf/templates/registerActivation.tpl index 31786b310e..864db871b2 100644 --- a/com.woltlab.wcf/templates/registerActivation.tpl +++ b/com.woltlab.wcf/templates/registerActivation.tpl @@ -1,4 +1,4 @@ -{include file='header'} +{include file='header' __disableAds=true} {if $__wcf->user->userID && $__wcf->user->activationCode}

{lang}wcf.user.registerActivation.info{/lang}

{/if} @@ -42,4 +42,4 @@ -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/registerNewActivationCode.tpl b/com.woltlab.wcf/templates/registerNewActivationCode.tpl index af4e32f9e6..1998c7126c 100644 --- a/com.woltlab.wcf/templates/registerNewActivationCode.tpl +++ b/com.woltlab.wcf/templates/registerNewActivationCode.tpl @@ -1,4 +1,4 @@ -{include file='header'} +{include file='header' __disableAds=true} {include file='formError'} @@ -62,4 +62,4 @@ -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/search.tpl b/com.woltlab.wcf/templates/search.tpl index 03a0bc8461..235a667e34 100644 --- a/com.woltlab.wcf/templates/search.tpl +++ b/com.woltlab.wcf/templates/search.tpl @@ -1,4 +1,4 @@ -{include file='header'} +{include file='header' __disableAds=true} {include file='formError'} @@ -125,4 +125,4 @@ //]]> -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/settings.tpl b/com.woltlab.wcf/templates/settings.tpl index 55a9137b2c..d20b08abc8 100644 --- a/com.woltlab.wcf/templates/settings.tpl +++ b/com.woltlab.wcf/templates/settings.tpl @@ -4,7 +4,7 @@ {include file='userMenuSidebar'} -{include file='header'} +{include file='header' __disableAds=true} {include file='formError'} @@ -113,4 +113,4 @@ //]]> -{include file='footer'} +{include file='footer' __disableAds=true} diff --git a/com.woltlab.wcf/templates/signatureEdit.tpl b/com.woltlab.wcf/templates/signatureEdit.tpl index 1ab271a330..45badc53bf 100644 --- a/com.woltlab.wcf/templates/signatureEdit.tpl +++ b/com.woltlab.wcf/templates/signatureEdit.tpl @@ -1,6 +1,6 @@ {include file='userMenuSidebar'} -{include file='header'} +{include file='header' __disableAds=true} {include file='formError'} @@ -77,4 +77,4 @@ {include file='wysiwyg'} -{include file='footer'} +{include file='footer' __disableAds=true}