Update About page

This commit is contained in:
billz
2020-04-11 16:17:40 +01:00
parent 87a22c8194
commit b0eb7c63eb
4 changed files with 2049 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
<!-- about sponsors tab -->
<div class="tab-pane fade" id="aboutsponsors">
<div class="row">
<div class="col-md-12 mt-3">
<?php
$Parsedown = new Parsedown();
$strContent = file_get_contents($_SERVER['DOCUMENT_ROOT'].'/BACKERS.md');
echo $Parsedown->text($strContent);
?>
</div>
</div><!-- /.row -->
</div><!-- /.tab-pane | sponsors tab -->