[TYPO3-mvc] Re: Extension "news": Showing the image of the categories that belongs to

Enrique Moreno enriquemorenotent at gmail.com
Tue Mar 12 10:04:35 CET 2013


Oh, it wasn't too different :)

	<f:if condition="{newsItem.datetime}">
		<f:then>
			<img src="/uploads/tx_news/{newsItem.firstCategory.image}" />
		</f:then>
	</f:if>

Great, thanks :)


More information about the TYPO3-project-typo3v4mvc mailing list