Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phillf committed Aug 8, 2021
1 parent 4f634c0 commit a669363
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions oc-admin/userManagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
<div class="col-sm-2 col-sm-2">
<div class="card text-white bg-primary">
<div class="card-body pb-0">
<div class="text-value"><?php echo getGroupCount("5");?></div>
<div><?php echo getGroupName("5");?></div>
<div class="text-value"><?php echo getGroupCount("6");?></div>
<div><?php echo getGroupName("6");?></div>
<br />
</div>
</div>
Expand All @@ -148,8 +148,8 @@
<div class="col-sm-2 col-sm-2">
<div class="card text-white bg-primary">
<div class="card-body pb-0">
<div class="text-value"><?php echo getGroupCount("6");?></div>
<div><?php echo getGroupName("6");?></div>
<div class="text-value"><?php echo getGroupCount("7");?></div>
<div><?php echo getGroupName("7");?></div>
<br />
</div>
</div>
Expand All @@ -158,8 +158,8 @@
<div class="col-sm-2 col-sm-2">
<div class="card text-white bg-primary">
<div class="card-body pb-0">
<div class="text-value"><?php echo getGroupCount("7");?></div>
<div><?php echo getGroupName("7");?></div>
<div class="text-value"><?php echo getGroupCount("8");?></div>
<div><?php echo getGroupName("8");?></div>
<br />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion oc-content/themes/default/includes/footer.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<?php } else {?>
<footer class="app-footer">
<div>
<?php echo COMMUNITY_NAME ?> CAD poweed by <a rel="noopener" href="https://opencad.io">OpenCAD</a>
<?php echo COMMUNITY_NAME ?> CAD powered by <a rel="noopener" href="https://opencad.io">OpenCAD</a>
<span>&copy; 2017 <?php echo date("Y"); ?></span>
</div>
<div class="ml-auto">
Expand Down

0 comments on commit a669363

Please sign in to comment.