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

Commit

Permalink
Footer Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phillf committed Aug 8, 2021
1 parent a669363 commit 97d3875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oc-content/themes/default/includes/footer.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if (!empty(COMMUNITY_HOMEPAGE)) {?>
<footer class="app-footer">
<div>
<a rel="noopener" href="<?php echo COMMUNITY_HOMEPAGE ?>""><?php echo COMMUNITY_NAME ?> CAD </a> poweed by <a rel="noopener" href="https://opencad.io">OpenCAD</a>
<a rel="noopener" href="<?php echo COMMUNITY_HOMEPAGE ?>""><?php echo COMMUNITY_NAME ?> CAD </a> 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 97d3875

Please sign in to comment.