mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Update About page
This commit is contained in:
12
templates/about/sponsors.php
Normal file
12
templates/about/sponsors.php
Normal 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 -->
|
Reference in New Issue
Block a user