16 lines
350 B
PHP
16 lines
350 B
PHP
</div>
|
|
<!-- /.content-wrapper -->
|
|
|
|
<!-- Main Footer -->
|
|
<footer class="main-footer">
|
|
<strong>Xinon presents: The Tool © <?=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>
|