20 Dec
2003
20 Dec
'03
11:23 a.m.
Frederik Vos wrote at 2003-12-17 12:05 +0100:
Hello,
I have a Zope site, and use ZPT for it. Now i want on every page a little icon (that's the simple part ;) if you click on it, you'll get the same page, but very clean so the page can be printed without all the graphical stuff.
So i have to make a new template, but how to call it ?
Obviously, you want to use it in a "<a href=...>" (i.e. as an URL). You can use "string:${here/absolute_url}/id_of_your_new_template". -- Dieter