belanglose vervollst?ndigung / test

This commit is contained in:
Daniel 2014-03-17 16:00:48 +01:00
commit a017c7a79d
177 changed files with 14495 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<h1><?=_('Seminaries')?></h1>
<h2><?=$seminary['title']?></h2>
<h3><?=_('Character Groups')?></h3>
<ul>
<?php foreach($groupsgroups as &$group) : ?>
<li><a href="<?=$linker->link(array('groupsgroup',$seminary['url'],$group['url']),1)?>"><?=$group['name']?></a></li>
<?php endforeach ?>
</ul>