summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorFrédéric Guillot <contact@fredericguillot.com>2014-02-16 17:56:37 -0500
committerFrédéric Guillot <contact@fredericguillot.com>2014-02-16 17:56:37 -0500
commit4fd4180d1c491672257c034bd8e4db79d69ebe2c (patch)
tree104f1d872a3d47296c2a9c51690e054e5f15a9bd /templates
parent2044d1ab3617c951368b8c13c6f2d324d16267cc (diff)
Add utility shell-scripts
Diffstat (limited to 'templates')
-rw-r--r--templates/config_index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/config_index.php b/templates/config_index.php
index 43145caf..72edc4ad 100644
--- a/templates/config_index.php
+++ b/templates/config_index.php
@@ -36,6 +36,10 @@
<?= t('Official website:') ?>
<a href="http://kanboard.net/" target="_blank">http://kanboard.net/</a>
</li>
+ <li>
+ <?= t('Application version:') ?>
+ <?= Model\Base::APP_VERSION ?>
+ </li>
</ul>
</section>
<?php endif ?>