lbry.com/view/template/content/_bioCircle.php
2021-06-01 14:57:29 -04:00

7 lines
No EOL
184 B
PHP

<div class="bio-circle">
<a href="/team/<?php echo $bioSlug ?>">
<img src="<?php echo $imgSrc ?>" />
</a>
<?php echo $name ?><br/>
<small><?php echo $role ?></small>
</div>