diff options
| author | 2015-01-27 17:19:57 +0100 | |
|---|---|---|
| committer | 2015-01-27 17:19:57 +0100 | |
| commit | 01683ba1364abc9ea48bd2b637d9faad942b0721 (patch) | |
| tree | fc97235285700f4eee91d443cd8319f163b8a33f /app/views | |
| parent | b4b5fcf86b1126b044a3a89b30b512902eb8eccf (diff) | |
Remove information about me and update links
FreshRSS should not be associated to me but to the community:
- Remove links to send me email or references to a "lead developer"
- Change old Github links marienfressinaud/FreshRSS to FreshRSS/FreshRSS
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/index/about.phtml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index ff2c538a2..3fdb5160d 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -7,11 +7,8 @@ <dt><?php echo _t('index.about.project_website'); ?></dt> <dd><a href="<?php echo FRESHRSS_WEBSITE; ?>"><?php echo FRESHRSS_WEBSITE; ?></a></dd> - <dt><?php echo _t('index.about.lead_developer'); ?></dt> - <dd><a href="mailto:contact@marienfressinaud.fr">Marien Fressinaud</a> — <a href="http://marienfressinaud.fr"><?php echo _t('index.about.website'); ?></a></dd> - <dt><?php echo _t('index.about.bugs_reports'); ?></dt> - <dd><?php echo _t('index.about.github_or_email'); ?></dd> + <dd><?php echo _t('index.about.github'); ?></dd> <dt><?php echo _t('index.about.license'); ?></dt> <dd><?php echo _t('index.about.agpl3'); ?></dd> |
