How to include a sharedimage in a template?

Hi,

I just added a sharedimage field to one of my content types. The name of the field is ‘img1’. I want this image to show up, so I need to include something like <img src="…"> in my template. What is the exact code (and bindings?) I need to use to make it work ? Thanks,

See the topic “Adding a Link to an Image File” on p. 147 of the Rhythmyx Implementation Guide for Rhythmyx Version 6.5.

The code and bindings used to include data from a shared field are the same as those used to include data from a local field. The specific code and bindings depend, of course, on your implementation.