mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Initial commit
This commit is contained in:
parent
77eb23b0e8
commit
c39f19db15
1 changed files with 9 additions and 0 deletions
9
templates/about/contributing.php
Normal file
9
templates/about/contributing.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!-- 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 -->
|
||||
|
Loading…
Reference in a new issue