Theme API

I'm upgrading my exhibit theme and I noticed there are no descriptions of exhibit theme helpers on Omeka's Theme API page. Right now the helper "get_exhibit_by_id" is giving me trouble and I want to know if it is deprecated.

Hi kkay,

You need to use 'exhibit_builder_get_exhibit_by_id' if you're using a version of ExhibitBuilder higher than 0.4. Starting with version 0.4, we began namespacing plugin functions. So most, if not all, of ExhibitBuilder's functions begin with 'exhibit_builder_'.

The ExhibitBuilder plugin includes separate theme functions, located in ExhibitBuilder/helpers/ExhibitFunctions.php

We have separate page for exhibit builder theme helpers that I've been updating when I get a chance.

Best,
Jeremy