151020 New themes Mammoth and HiTech

This commit is contained in:
Daisuke
2020-10-15 14:25:16 -05:00
parent fd6ab22418
commit d62e41ef47
9 changed files with 542 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<h2>Bio</h2>
<div class='setting'>
<textarea name='bio' style='width:85%; height:100px'><?php
echo trim(strip_tags(str_replace("<br/>","\n",$info['note'])));
echo trim(strip_tags(str_replace(array("<br/>","<br />"),"\n",$info['note'])));
?></textarea>
</div>