implement basic Questgroups and Quests structure
This commit is contained in:
parent
927d36aa9f
commit
684d31f4bf
19 changed files with 774 additions and 8 deletions
8
views/html/questgroupshierarchypath/index.tpl
Normal file
8
views/html/questgroupshierarchypath/index.tpl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php if(count($parentquestgroupshierarchy) > 0) : ?>
|
||||
Pfad:
|
||||
<ul>
|
||||
<?php foreach($parentquestgroupshierarchy as &$hierarchy) : ?>
|
||||
<li><a href="<?=$linker->link(array('questgroups','questgroup',$seminary['url'],$hierarchy['url']))?>"?><?=$hierarchy['hierarchy']['title_singular']?> <?=$hierarchy['pos']?>: <?=$hierarchy['title']?></a></li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
<?php endif ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue