Files @ 654a62c4f366
Branch filter:

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

ethanzonca@localhost.localdomain
menubar 11 to 30 and revert
<?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>