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:
parent
c2db0f8761
commit
5916c93fd9
2 changed files with 7 additions and 7 deletions
|
@ -123,12 +123,12 @@ page {
|
|||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
websiteTitle < sitetitle
|
||||
websiteSubTitle = Coding is Art
|
||||
}
|
||||
|
||||
variables {
|
||||
websiteTitle = TEXT
|
||||
websiteTitle.data = site:websiteTitle
|
||||
websiteSubTitle = TEXT
|
||||
websiteSubTitle.value = Coding is Art
|
||||
|
||||
introduction =< styles.content.get
|
||||
introduction {
|
||||
select {
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
data-namespace-typo3-fluid="true">
|
||||
<header>
|
||||
<a href="/">
|
||||
{settings.websiteTitle}
|
||||
<small>- {settings.websiteSubTitle}</small>
|
||||
{websiteTitle}
|
||||
<small>- {websiteSubTitle}</small>
|
||||
</a>
|
||||
</header>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue