[TYPO3-german] tx_news: metadaten und <title>

Georg Ringer typo3 at ringerge.org
Thu Jul 3 08:38:25 CEST 2014


Hi,

standard template schaut so aus

<f:if condition="{newsItem.alternativeTitle}">
					<f:then>
						<n:titleTag>
						 
<n:format.htmlentitiesDecode>{newsItem.alternativeTitle}</n:format.htmlentitiesDecode>
						</n:titleTag>
					</f:then>
					<f:else>
						<n:titleTag>
						 
<n:format.htmlentitiesDecode>{newsItem.title}</n:format.htmlentitiesDecode>
						</n:titleTag>
					</f:else>
				</f:if>

sollte also nicht sein

Georg


More information about the TYPO3-german mailing list