create method for savely printing text
This commit is contained in:
parent
f83048f8dc
commit
ab4c1fde6d
5 changed files with 33 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<?=sprintf(_('created by %s on %s'), $seminary['creator']['username'], $dateFormatter->format(new \DateTime($seminary['created'])))?>
|
||||
</p>
|
||||
<h3>Beschreibung</h3>
|
||||
<p><?=$seminary['description']?></p>
|
||||
<p><?=\hhu\z\Utils::t($seminary['description'])?></p>
|
||||
|
||||
<?php foreach($questgroupshierarchy as &$hierarchy) : ?>
|
||||
<h3><?=$hierarchy['title_plural']?></h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue