Skip to content

Commit

Permalink
Added copyright notice and link to license in <footer> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza1886 committed Apr 17, 2020
1 parent c4a1a2a commit cb4d7db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
<script type="text/javascript" href="js/jquery-2.2.2.min.js"></script>
<script type="text/javascript" href="js/bootstrap.min.js"></script>
<footer>
<div class="panel panel-default">
<div class="panel-body small">
<span>Copyright &copy; <?= (date('Y') !== '2017' ? '2017-' : '') . date('Y') ?> <a href="https://github.com/hamza1886" target="_blank">Hamza Rashid</a>. All rights reserved.</span>

<span class="pull-right"><a href="https://github.com/hamza1886/role-based-access-control#license" target="_blank">License</a></span>
</div>
</div>
</footer>
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@
</div>

<?php require_once 'script.php'; ?>
<?php require_once 'footer.php'; ?>
</body>
</html>

0 comments on commit cb4d7db

Please sign in to comment.