Softriva .com
Tuesday 17 July 2007 12:51:18 am
I am using layout/set/print/...... for printer friendly view. How can I check (conditional) that I am in the printer friendly view so I prevent the Tip a Friend link from appearing.
paul bolger
Friday 20 July 2007 7:31:37 am
how about...
{if $requested_uri_string|contains( 'set/print' )}
That sort of thing works for me for setting page banners by url path.
(actually, contains|not - or whatever, but you get the idea!)
Paul Bolger