add buttons for choosing next Quest/Quest group (Issue #83)
This commit is contained in:
parent
8b8c4c4903
commit
b9305b077f
4 changed files with 39 additions and 34 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<?php if(array_key_exists('text', $group)) : ?>
|
||||
<p><?=$group['text']?></p>
|
||||
<?php endif ?>
|
||||
<a href="<?=$linker->link(array('questgroups','questgroup',$seminary['url'],$group['url']))?>" class="cta orange">Auf ins Abenteuer!</a>
|
||||
<a href="<?=$linker->link(array('questgroups','questgroup',$seminary['url'],$group['url']))?>" class="cta orange"><?=_('Let’s go')?></a>
|
||||
</section>
|
||||
</li>
|
||||
<?php endforeach?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue