Add analytics
[bus.git] / busui / owa / modules / base / templates / report_visits.php
1
2
3
4
5
<div class="owa_reportSectionContent" style="width:700px;">     
        <div class="owa_reportSectionHeader">Latest Visits</div>
        <?php include('report_latest_visits.tpl')?>
        <?php echo $this->makePagination($pagination, array('do' => $params['do']));?>
</div>