Skip to content

Commit

Permalink
Show Version o footer
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Apr 26, 2017
1 parent 7106138 commit f1c97c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion view/include/footer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?php
require_once $global['systemRootPath'] . 'objects/configuration.php';
$config = new Configuration();
?>
<hr>
<footer>
<p>Powered by <a href="https://www.youphptube.com" class="external btn btn-outline btn-primary" target="_blank">YouPHPTube</a> &copy; 2017, All rights reserved</p>
<p>Powered by <a href="https://www.youphptube.com" class="external btn btn-outline btn-primary" target="_blank">YouPHPTube v<?php echo $config->getVersion(); ?></a> &copy; 2017, All rights reserved</p>
</footer>
<script>
$(function() {
Expand Down

0 comments on commit f1c97c7

Please sign in to comment.