1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/install/frontend/template/index.tpl.php
2014-10-08 15:49:34 +07:00

11 lines
220 B
PHP

Нужно выбрать группу:
<br/>
<br/>
<?php
foreach ($this->get('groups') as $group) {
?>
<a href="?group=<?php echo $group; ?>"><?php echo $this->lang("groups.{$group}.title"); ?></a>
<?php } ?>