issue fix: dynamic images for quest groups

This commit is contained in:
Daniel 2014-03-21 14:10:55 +01:00
commit 207b735df5
187 changed files with 15803 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 ?>