diff options
| author | 2013-11-17 01:35:06 +0100 | |
|---|---|---|
| committer | 2013-11-17 01:35:06 +0100 | |
| commit | b8c4afadf4bff7ac282ac5933eedccb1c666d873 (patch) | |
| tree | aef58395f1aecf027532fdc579b73084edfb8aa8 /app/views/index/about.phtml | |
| parent | a532a023633ac692bd573d4ec29b7871e8e4c19f (diff) | |
Nouveau fichier constants.php
En particulier pour stocker le numéro de version de FreshRSS utilisé
entre autres par https://github.com/marienfressinaud/FreshRSS/issues/174
et centraliser les constantes de chemins
Implémente https://github.com/marienfressinaud/FreshRSS/issues/271
Diffstat (limited to 'app/views/index/about.phtml')
| -rw-r--r-- | app/views/index/about.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index ca1254053..fa799154b 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -5,7 +5,7 @@ <dl class="infos"> <dt><?php echo Translate::t ('project_website'); ?></dt> - <dd><a href="http://marienfressinaud.github.io/FreshRSS/">http://marienfressinaud.github.io/FreshRSS/</a></dd> + <dd><a href="<?php echo FRESHRSS_WEBSITE; ?>"><?php echo FRESHRSS_WEBSITE; ?></a></dd> <dt><?php echo Translate::t ('lead_developer'); ?></dt> <dd><a href="mailto:contact@marienfressinaud.fr">Marien Fressinaud</a> - <a href="http://marienfressinaud.fr"><?php echo Translate::t ('website'); ?></a></dd> |
