create method for savely printing text
This commit is contained in:
parent
f83048f8dc
commit
ab4c1fde6d
5 changed files with 33 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<h3><?=$questgroupshierarchy['title_singular']?> <?=$questgroup['pos']?>: <?=$questgroup['title']?></h3>
|
||||
<?php foreach($texts as &$text) : ?>
|
||||
<p><?=$text['text']?></p>
|
||||
<p><?=\hhu\z\Utils::t($text['text'])?></p>
|
||||
<?php endforeach ?>
|
||||
|
||||
<?php foreach($childquestgroupshierarchy as &$hierarchy) : ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue