scrolling textbox for seminary group prologue texts

This commit is contained in:
Daniel 2014-04-22 12:52:10 +02:00
commit 0bf109e18f

View file

@ -12,9 +12,11 @@
<?php else : ?>
<h2><?=$questgroup['title']?></h2>
<?php endif ?>
<div id="qtextbox">
<?php foreach($texts as &$text) : ?>
<p><?=\hhu\z\Utils::t($text['text'])?></p>
<?php endforeach ?>
</div>
<?php if(!is_null($childquestgroupshierarchy)) : ?>
<?php foreach($childquestgroupshierarchy as &$hierarchy) : ?>