Quote from: bodhiC at Jul 27, 2010, 12:05 PM
Yeah it would be great, but as far as I can tell it’s not. 
Hey bodhiC, i’ve had ago and also can’t see to get the pagetitle to display if the evoGallery call is within a ditto call. Not sure if you’ve solved this but this did get me thinking and have a solution that may work for you, it’s maybe a bit of over kill but could be an alternative solution if you don’t have any luck with this.
By looking at your template all you need is the URL for the image, so if in your evo item template you just have say something like:
[+thumbs_dir+][+filename+]
Then create a text TV which you set the default value of you evo call
[[EvoGallery? &display=`images` &docId=`[+id+]` &limit=`1` &itemTpl=`home_gallery_item`]]
Then your Ditto template uses what you’d originally used for evo item template, but replace the URLs of the images with the TV you created.
<div class="row">
<div class="column grid_5">
<img src="[+youTVname+]" alt="[+title+]" />
</div>
</div>
<div class="row">
<div class="column grid_5 blue">
<ul class="tabs">
<li class="lead-in">title: [+pagetitle+]</li>
<li><a href="[~[+content_id+]~]" title="[[GetField? &docid=`[+content_id+]` &field=`pagetitle`]]">view product details</a></li>
</ul>
</div>
</div>
As said my be over kill and you may of already solved.
Ben