Move busui to seperate repository
[bus.git] / js_helper_tags.tpl
1 <!-- OWA Helper Tag Tags -->
2 <?php if ( $this->getValue( 'first_hit_tag', $options ) ):?>
3 <script type="text/javascript">
4 //<![CDATA[
5 document.write('<img src="<?php echo $this->makeAbsolutelink(array('action' => 'base.processFirstRequest', 'site_id' => $site_id), '', $this->config['action_url']);?>">');
6 //]]>
7 </script>
8 <?php endif;?>
9
10 <?php include($this->getTemplatePath('base','js_log_tag.tpl')); ?>