3 lines
139 B
Smarty
3 lines
139 B
Smarty
<?php if(!is_null($picture)) : ?>
|
|
<img src="<?=$linker->link(array('media','index',$seminary['url'],$picture['url']))?>" />
|
|
<?php endif ?>
|