I'm trying to preview some item info using fancy tooltips on Exhibit pages and I'd like to take this
exhibit_builder_display_exhibit_thumbnail_gallery(1, 12, array('class'=>'permalink','title'=>$foo)); (for example)
and set $foo to an array of item-specific metadata like item('Dublin Core', 'Title')
It seems that exhibit_builder_display_exhibit_thumbnail_gallery() is not setup to handle that request and I haven't been able to figure out how to modify that function or otherwise make this work.
See: http://clevelandhistory.org/omeka-dev/exhibits/show/test/tiles/top
Anyone have any advice?

