Hi, I have a little problem with products and icons. I have several icons in the directory of the product (sub-directory www) and I want to use these icons in DTML methods which are also related to my product. What is the right way to do it? Thanks. -- Prof. Pascal Francq Université Libre de Bruxelles CAD/CAM Department Avenue F.D. Roosevelt, 50 CP 165/14 B-1050 Brussels BELGIUM Tel. +32-2-650 47 65 Fax +32-2-650 47 24
Pascal Francq wrote at 2004-2-13 13:58 -0500:
I have a little problem with products and icons. I have several icons in the directory of the product (sub-directory www) and I want to use these icons in DTML methods which are also related to my product. What is the right way to do it?
You usually put them in the "misc_" namespace. See "Products/ZGadflyDA/__init__.py" for an example. -- Dieter
participants (2)
-
Dieter Maurer -
Pascal Francq