scrolling textbox for seminary group prologue texts
This commit is contained in:
parent
805f7294b0
commit
0bf109e18f
1 changed files with 2 additions and 0 deletions
|
|
@ -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) : ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue