diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-16 17:56:37 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-16 17:56:37 -0500 |
commit | 4fd4180d1c491672257c034bd8e4db79d69ebe2c (patch) | |
tree | 104f1d872a3d47296c2a9c51690e054e5f15a9bd /templates | |
parent | 2044d1ab3617c951368b8c13c6f2d324d16267cc (diff) |
Add utility shell-scripts
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config_index.php | 4 |
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 ?> |