Files @ 9264662acc93
Branch filter:

Location: hot67beta/modules/mod_stats/tmpl/default.php

ethanzonca@localhost.localdomain
header more stuff
1
2
3
4
5
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<?php foreach ($list as $item) : ?>
<strong><?php echo $item->title ?></strong> : <?php echo $item->data ?><br />
<?php endforeach; ?>