improve Moodpics by using a MoodpicAgent
This commit is contained in:
parent
8504ef764c
commit
60922ac8d7
74 changed files with 739 additions and 230 deletions
|
|
@ -1,7 +1,9 @@
|
|||
<?php if(!is_null($seminary['seminarymedia_id'])) : ?>
|
||||
<?php if(!is_null($questgroup['picture'])) : ?>
|
||||
<div class="moodpic">
|
||||
<img src="<?=$linker->link(array('media','seminarymoodpic',$seminary['url']))?>">
|
||||
<img src="<?=$linker->link(array('media','seminary',$seminary['url'],$questgroup['picture']['url']))?>" />
|
||||
</div>
|
||||
<?php else : ?>
|
||||
<?=$moodpic?>
|
||||
<?php endif ?>
|
||||
<?=$questgroupshierarchypath?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue