[Zope] packaging links

Robin Becker robin@jessikat.demon.co.uk
Fri, 8 Oct 1999 17:24:44 +0100


I have pages which contain the same link multiple times. Is there an
obvious way to ensure that each link is defined only once? I guess I
could add properties to the containing folder, but what do others do?

So if I have a string property hrefFT with value http://www.ft.com/
I can refer to it multiple times inside my pages as

....href=<dtml-var hrefFT>...href=<dtml-var hrefFT>

then I need only change the value of the string property to change the
link everywhere.
-- 
Robin Becker