diff options
Diffstat (limited to 'templates/config_index.php')
-rw-r--r-- | templates/config_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/config_index.php b/templates/config_index.php index d94ee8b9..0af2f9c2 100644 --- a/templates/config_index.php +++ b/templates/config_index.php @@ -45,7 +45,7 @@ </li> <li> <?= t('Application version:') ?> - <?= Model\Base::APP_VERSION ?> + <?= APP_VERSION ?> </li> </ul> </section> |