show Questtexts for Quests
This commit is contained in:
parent
5e38499aca
commit
6a356d2dec
4 changed files with 117 additions and 5 deletions
|
|
@ -4,4 +4,15 @@
|
|||
<?=$questgroupshierarchypath?>
|
||||
|
||||
<h3><?=$quest['title']?></h3>
|
||||
<p><?=$quest['text']?></p>
|
||||
<section>
|
||||
<p><?=$questtext['text']?></p>
|
||||
<?php if(!empty($questtext['out_text'])) : ?>
|
||||
<a href=""><?=$questtext['out_text']?></a>
|
||||
<?php endif ?>
|
||||
</section>
|
||||
|
||||
<?php if($showtask) : ?>
|
||||
<section>
|
||||
<p><?=$quest['task']?></p>
|
||||
</section>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue