implement QuestgroupspictureAgent to include the picture of a Questgroup
This commit is contained in:
parent
f1917de143
commit
857aeb37af
3 changed files with 98 additions and 0 deletions
3
views/html/questgroupspicture/index.tpl
Normal file
3
views/html/questgroupspicture/index.tpl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php if(!is_null($picture)) : ?>
|
||||
<img src="<?=$linker->link(array('media','index',$seminary['url'],$picture['url']))?>" />
|
||||
<?php endif ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue