From 4a372bed55e73daacfb257f9602609f5e8faa683 Mon Sep 17 00:00:00 2001 From: dmh Date: Mon, 4 Jul 2016 10:51:57 +0300 Subject: [PATCH] [FEATURE] add t3kit info into site layout (Podio feature_29) --- Configuration/TypoScript/Library/config.setupts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configuration/TypoScript/Library/config.setupts b/Configuration/TypoScript/Library/config.setupts index e48f1188..cba26ee6 100644 --- a/Configuration/TypoScript/Library/config.setupts +++ b/Configuration/TypoScript/Library/config.setupts @@ -14,6 +14,9 @@ config { spamProtectEmailAddresses = 2 spamProtectEmailAddresses_atSubst = {$themes.configuration.spamProtectEmailAddresses.atSubst} spamProtectEmailAddresses_lastDotSubst = {$themes.configuration.spamProtectEmailAddresses.lastDotSubst} + headerComment ( + This website based on t3kit project by Pixelant - www.t3kit.com + ) }