1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-13 06:18:18 +03:00
ifhub.club/application/install/frontend/template/index.tpl.php
2014-12-22 20:54:36 +07:00

9 lines
269 B
PHP

<ul class="groups">
<?php foreach ($this->get('groups') as $group) { ?>
<li>
<h2><a href="?group=<?php echo $group; ?>">
<?php echo $this->lang("groups.{$group}.title"); ?>
</a></h2>
</li>
<?php } ?>
</ul>