Migrate website title

The old usage was removed, see:
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/11.0/Breaking-91473-DeprecatedFunctionalityRemoved.html
sys_template.sitetitle
This commit is contained in:
Daniel Siepmann 2021-05-06 15:14:52 +02:00
parent c2db0f8761
commit 5916c93fd9
2 changed files with 7 additions and 7 deletions

View file

@ -123,12 +123,12 @@ page {
} }
} }
settings {
websiteTitle < sitetitle
websiteSubTitle = Coding is Art
}
variables { variables {
websiteTitle = TEXT
websiteTitle.data = site:websiteTitle
websiteSubTitle = TEXT
websiteSubTitle.value = Coding is Art
introduction =< styles.content.get introduction =< styles.content.get
introduction { introduction {
select { select {

View file

@ -2,8 +2,8 @@
data-namespace-typo3-fluid="true"> data-namespace-typo3-fluid="true">
<header> <header>
<a href="/"> <a href="/">
{settings.websiteTitle} {websiteTitle}
<small>- {settings.websiteSubTitle}</small> <small>- {websiteSubTitle}</small>
</a> </a>
</header> </header>
</html> </html>