Link to Top re-directs to home page.
If link to top is re-directs to homepage, to solve this we have to include following code int to our typo-script setup page
config {
prefixLocalAnchors = all
}
This replaces all links like <a href=”#” > into <a href=”[url]#”>

5 Comments










December 10th, 2009 at 6:07 pm
That’s really wow I say because this would be a source of getting inspiration and that is all what is required to start the things, thank you.
February 18th, 2010 at 5:29 pm
How does this fix the link to top issue? I am not very clear
August 23rd, 2010 at 8:00 pm
Guys,
Try this :
tt_content.stdWrap.innerWrap2 = | {LLL:EXT:css_styled_content/pi1/locallang.php:label.toTop}
Cheers
August 23rd, 2010 at 8:02 pm
This :
tt_content.stdWrap.innerWrap2 = | {LLL:EXT:css_styled_content/pi1/locallang.php:label.toTop}
August 23rd, 2010 at 8:05 pm
Sorry but my link was interpreted :S
tt_content.stdWrap.innerWrap2 = | <p class=”csc-linkToTop”><a href=”{getenv:REQUEST_URI}#”>{LLL:EXT:css_styled_content/pi1/locallang.php:label.toTop}</a></p>