mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
linkable bios
This commit is contained in:
parent
06d1f15d31
commit
b4d76adeb3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<img src="<?php echo $imgSrc ?>" alt="<?php echo $name ?>"/>
|
<img src="<?php echo $imgSrc ?>" alt="<?php echo $name ?>"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="span8">
|
<div class="span8">
|
||||||
<h4>
|
<h4 id="<?php echo str_replace(' ', '-', strtolower($name)) ?>">
|
||||||
<?php echo $name ?>
|
<?php echo $name ?>
|
||||||
<?php if (isset($email)): ?>
|
<?php if (isset($email)): ?>
|
||||||
<a href="mailto:<?php echo $email ?>" class="link-primary"><span class="icon icon-envelope"></span></a>
|
<a href="mailto:<?php echo $email ?>" class="link-primary"><span class="icon icon-envelope"></span></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue