All the examples I've seen of using templates as some kind of resource look
like this:

   <plone:portletRenderer
       portlet="plone.portlet.collection.collection.ICollectionPortlet"
      * template="templates/collection.pt"*
              layer=".interfaces.IThemeSpecific"
       />

suppose I had a product called "mystuff.customtemplates" which contained:

*mystuff/customtemplates/browser/templates/myversionofcollection.pt*

how would I refer to that template from another product?

I'm just not sure

<plone:portletRenderer
       portlet="plone.portlet.collection.collection.ICollectionPortlet"
       template="*{magic incantation to call
mystuff.customtemplates/browser}/*templates/myversionofcollection.pt"
              layer=".interfaces.IThemeSpecific"
       />

I'm not sure what should replace the "{ }" placeholder above.
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to