implement avatar pictures
This commit is contained in:
parent
5cd7372ad2
commit
7fec7e6afa
3 changed files with 8 additions and 2 deletions
|
|
@ -10,6 +10,9 @@
|
|||
<?=$field['title']?>: <?=$field['value']?><br />
|
||||
<?php endforeach ?>
|
||||
</p>
|
||||
<?php if(!is_null($character['avatar_url'])) : ?>
|
||||
<img src="<?=$linker->link(array('media','index',$seminary['url'],$character['avatar_url']))?>" alt="<?=$character['avatar_description']?>" />
|
||||
<?php endif ?>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue