allow more than one scrolling text on one page
This commit is contained in:
parent
a97ec5f1cc
commit
b0c1c8bf3c
4 changed files with 7 additions and 7 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<h1><?=$questgroup['title']?></h1>
|
||||
<?php endif ?>
|
||||
<?php if(count($texts) > 0): ?>
|
||||
<div id="qtextbox">
|
||||
<div class="qtextbox">
|
||||
<?php foreach($texts as &$text) : ?>
|
||||
<p class="qtext"><?=\hhu\z\Utils::t($text['text'])?></p>
|
||||
<?php endforeach ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue