Function: exhibit_builder_render_exhibit_page()

The function exhibit_builder_render_exhibit_page() does not have an API entry on the Omeka site, but it's used on all of the themes my library uses to display exhibit pages. Does anyone have the specifications? Do you know where I can locate this function in the file hierarchy and see for myself what it's doing?

You'll find that function in ExhibitBuilder/helpers/ExhibitFunctions.php, but there's not much to it.

All it does is load the layout.php file for the selected layout for a particular page.