Exhibit Title in Citation

Hi. We'd like to include collection name and exhibit name to the citation. I found the citation function in ItemFunctions.php and can manipulate the layout. I found the collection name variable in ItemMetadata.php but can't figure out a way to pull the exhibit name. We're using Omeka 1.5.3, Rhythm/Fall theme. Thanks

The trouble here is, while an item can only be in one collection, it could be in any number of exhibits. So, we don't have any helpers or anything to get an exhibit name when given an item.

You'd have to resort to using the ExhibitBuilder plugin's table models or SQL directly to look up this information, I think.

Thanks John, I'll start with SQL lookups. Thanks for the help, you guys are super responsive, it's much appreciated.