Much like the head theme function in Omeka, the exhibit_builder_exhibit_head retrieves the header.php file in your exhibit's theme.
Usage
<?php exhibit_builder_exhibit_head(); ?>
Arguments
None
Examples
The function is generally just placed in other exhibit theme template files, such as item.php, summary.php, show.php.

