mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
10 lines
250 B
PHP
10 lines
250 B
PHP
|
<!-- about contributing tab -->
|
||
|
<div class="tab-pane fade" id="aboutcontrib">
|
||
|
<div class="row">
|
||
|
<div class="col-lg-12 mt-3">
|
||
|
<?php echo $contributingHtml; ?>
|
||
|
</div>
|
||
|
</div><!-- /.row -->
|
||
|
</div><!-- /.tab-pane | contributing tab -->
|
||
|
|