allow more than one scrolling text on one page

This commit is contained in:
Daniel 2014-04-27 13:25:59 +02:00
commit b0c1c8bf3c
4 changed files with 7 additions and 7 deletions

View file

@ -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 ?>