[TYPO3-mvc] Fluid ViewHelper Link.File?

Sebastian Kurfürst sebastian at typo3.org
Wed Dec 9 23:17:30 CET 2009


Hey,

> PS: I tried this, but it gives an error:
> 
> <f:link.external
> uri="{f:uri.resource(path:{settings.images.path}{image})}">

Try
<f:link.external
uri="{f:uri.resource(path:'{settings.images.path}{image}')}"> (see the
quotes).

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list