implement avatar pictures

This commit is contained in:
coderkun 2014-03-07 13:37:59 +01:00
commit 7fec7e6afa
3 changed files with 8 additions and 2 deletions

View file

@ -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>