Added app and PHP version displays to the footer
This commit is contained in:
@ -16,5 +16,6 @@
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
{% include 'partials/footer.twig' %}
|
||||
</body>
|
||||
</html>
|
||||
|
8
views/partials/footer.twig
Normal file
8
views/partials/footer.twig
Normal file
@ -0,0 +1,8 @@
|
||||
<footer id="main-footer" class="container">
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
<p>Colossus version {{ APP_VERSION }}.</p>
|
||||
<p>Running PHP version {{ PHP_VERSION }}.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
Reference in New Issue
Block a user