first commit

This commit is contained in:
Olu Amey
2021-10-09 21:59:14 -04:00
commit 2e1a4017c3
6336 changed files with 864678 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!-- Main content -->
<div class="content-wrapper">
<?php include('common/userstrip.php'); ?>
<!-- Marketing campaigns -->
<div class="row">
<div class="col-lg-12 col-sm-6">
<div class="thumbnail">
<div class="caption">
<!-- Accordion with left control button -->
<div class="panel-group panel-group-control content-group-lg" id="accordion-control">
<?php echo $faq_table;?>
</div>
<!-- /accordion with left control button -->
</div>
</div>
</div>
</div>
</div>
<!-- /main content -->