diff options
| author | 2013-12-25 23:57:02 +0100 | |
|---|---|---|
| committer | 2013-12-25 23:57:02 +0100 | |
| commit | 1da74b1eddfafd9191548e0fde150690b80f694b (patch) | |
| tree | d4c552ada8646f1dbe2c6f9ca696e3b4d0cd0dbd /app/views/index/about.phtml | |
| parent | d24b1e963e208a03f08b1d17ed9f319bd59a36ad (diff) | |
Affichage version dans "à propos"
Diffstat (limited to 'app/views/index/about.phtml')
| -rw-r--r-- | app/views/index/about.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index b5c00a1ed..ae64727d7 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -15,6 +15,9 @@ <dt><?php echo Minz_Translate::t ('license'); ?></dt> <dd><?php echo Minz_Translate::t ('agpl3'); ?></dd> + + <dt><?php echo Minz_Translate::t ('version'); ?></dt> + <dd><?php echo FRESHRSS_VERSION; ?></dd> </dl> <p><?php echo Minz_Translate::t ('freshrss_description'); ?></p> |
