I have this zclass "Contentbox" in the product "contentProduct". Inside the zclass i have a folder "manage_images" with some pictures. How do I reference to the content of the folder when I have instanciated my zclass? Also in the ZMI. It all looks something like this: | |-[Control Panel] | | | [ContentProduct] | | | [Contentboxzclass] | | | [folder] | | | Pic1 | Pic2 |-[testfolder] | | | [ContentboxInstance] | | | index_html | So: I want to reference the images both in the index_html in my instance of contentbox, AND in the ZMI. Is there an reference on how to do this somewhere? Best regards Einar Jensen