Files
thetool/Layout/default/footer.php
Frank Schubert 4ea4927931 Initial commit
2021-03-29 23:04:42 +02:00

16 lines
350 B
PHP

</div>
<!-- /.content-wrapper -->
<!-- Main Footer -->
<footer class="main-footer">
<strong>Xinon presents: The Tool &copy; <?=date("Y")?></strong>
<div class="float-right d-none d-sm-inline-block">
<b>Version 1</b><?=($git_ref) ? " <small>$git_ref</small>" : ""?>
</div>
</footer>
</div>
<!-- ./wrapper -->
</body>
</html>