I am currently looking all over the web for a solution to create a link back to the referring page.
atm I am just using JS e.g.
<a href="javascript:history.back()">« back</a>
I would like to add the information to which page the link leads back using the page title of the referring page e.g.
<a href="javascript:history.back()">« back to: <referring-page-title></a>
is there any way to create such a backlink with typoscript or fluid?
thx for helping me out, rgds stooky