1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00
raspap-webgui/templates/about/insiders.php
2021-02-10 16:20:43 +00:00

10 lines
239 B
PHP

<!-- about sponsors tab -->
<div class="tab-pane fade" id="aboutsponsors">
<div class="row">
<div class="col-lg-12 mt-3">
<?php echo $sponsorsHtml; ?>
</div>
</div><!-- /.row -->
</div><!-- /.tab-pane | sponsors tab -->