Thanks for the quick reply Kevin,
Presently, each of our internal templates end by calling footer.php:
<?php
get_footer(); ?>
And footer php has the following line:
<?php wp_footer();
?>
Would this present a problem?
The confounding part is that it only fails to fire on our full width template, but we can find no functional difference between that one and the others.