implement basic Questgroups and Quests structure
This commit is contained in:
parent
927d36aa9f
commit
684d31f4bf
19 changed files with 774 additions and 8 deletions
7
views/html/quests/quest.tpl
Normal file
7
views/html/quests/quest.tpl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<h1><?=_('Seminaries')?></h1>
|
||||
<h2><?=$seminary['title']?></h2>
|
||||
|
||||
<?=$questgroupshierarchypath?>
|
||||
|
||||
<h3><?=$quest['title']?></h3>
|
||||
<p><?=$quest['text']?></p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue