Page 1 of 1

CGCalendar 1.14 - How display return_link in Event template

Posted: Fri Jun 27, 2014 9:22 pm
by rab
The default event template includes the line:

<div class="calendar-returnlink">{$return_link}</div>

but no return link is displayed in the frontend. Any ideas?

Thanks!

Re: CGCalendar 1.14 - How display return_link in Event templ

Posted: Sat Jun 28, 2014 6:58 am
by staartmees

Code: Select all

<a href="javascript: window.history.go(-1)">Go Back</a>