Files @ 7042e71b70da
Branch filter:

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

ethanzonca@localhost.localdomain
Added file to test commit and push
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<ul>
	<?php foreach ($list as $item) : ?>
	<li>
		<a href="<?php echo $item->link; ?>">
			<?php echo $item->text; ?></a>
	</li>
	<?php endforeach; ?>
</ul>