issue fix: dynamic images for quest groups
This commit is contained in:
commit
207b735df5
187 changed files with 15803 additions and 0 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