[TYPO3] baseUrl, realurl and go to top

Dmitry Dulepov typo3 at fm-world.ru
Wed Mar 15 16:01:02 CET 2006


Hi!

Bartosz Aninowski wrote:
> tt_content.stdWrap.innerWrap2=| <p class="csc-linkToTop"><a 
> href="#">{LLL:EXT:css_styled_content/pi1/locallang.php:label.toTop}</a></p
> but I don't know how to change it 

innerWraps are stdWraps if I remember correctly. They all have typolink
and stdWrap functions :) Something like:

tt_content.stdWrap.innerWrap2 =
{LLL:EXT:css_styled_content/pi1/locallang.php:label.toTop}
tt_content.stdWrap.innerWrap2.stdWrap {
	typolink {
		parameter.data = TSFE:id
		wrap = |#
	}
	wrap = <p class="csc-linkToTop">|</p>
}

Not sure if it will work from the beginning (wrote it in a hurry) but
try it.

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)



More information about the TYPO3-english mailing list