Add analytics
[bus.git] / busui / owa / modules / base / templates / row_topReferers.tpl
maxious 1 <TD class="item_cell"><a href="<?php echo $row['url'];?>"><?php if (!empty($row['page_title'])):?><?php echo $this->truncate($row['page_title'], 70, '...');?><?php else:?><?php echo $this->truncate($row['url'], 70, '...');?><?php endif;?></a></TD>
2 <TD class="data_cell"><?php echo $row['count']?></TD>
3