[TYPO3-core] FYI24: #10368: Wrong clear.gif path in dyntabs

Steffen Kamper info at sk-typo3.de
Fri Feb 6 20:20:47 CET 2009


Hi,

+1 by reading. Could you add also spaces at the beginning of the line 
between concatinations?

vg Steffen

Dmitry Dulepov schrieb:
> Hi!
> 
> This is SVN patch request.
> 
> Type: bug, trivial
> 
> Branches: trunk, 4.2, 4.1
> 
> BT reference: http://bugs.typo3.org/view.php?id=10368
> 
> Problem: TYPO3 generates wrong path for clear.gif in tab menu. It creates `src="clear.gif"`. This works inside typo3/ directory but any dyntabbed module outside of the typo3/ directory (extensions, for example) causes 404 errors on the web server.
> 
> Solution: use `$GLOBALS['BACK_PATH'] . 'gfx/clear.gif'` instead.
> 
> Note: this has also tiny performance impact because 404s are not cached on the client.
> 


More information about the TYPO3-team-core mailing list