I am not sure I did this right but it appears to be working.

I added

<?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
?>


to the very end of the tpl_header.php file and it seems to be working ok. I don't know if this is the RIGHT way to do it, but it looks like it is A way to do it.

Tim