implement QuestgroupspictureAgent to include the picture of a Questgroup

This commit is contained in:
coderkun 2014-02-14 18:58:47 +01:00
commit 857aeb37af
3 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<?php if(!is_null($picture)) : ?>
<img src="<?=$linker->link(array('media','index',$seminary['url'],$picture['url']))?>" />
<?php endif ?>