1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-05-19 07:32:31 +02:00
RaspAP/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 -->