Friday 26 May 2006 12:40:46 am
Hi I've created a printerfriendly page and used this to direct the user to that page:
<a href={concat('layout/set/print/', $site.uri.original_uri)|ezurl()}>Print</a>
The problem is that I don't know what code to use to get back! When doing this:
<a href={$node.url_alias|ezurl()}>Back</a>
I still get the "layout/set/print/" in my URLs. How do I get the URL to go back?
|