diff options
| author | 2014-01-25 15:44:16 +0100 | |
|---|---|---|
| committer | 2014-01-25 15:44:16 +0100 | |
| commit | 4b05dcf90838f78f7493a49fa7f8fdde0637ac02 (patch) | |
| tree | cf5db0559c45474364d3f3dfd969136c834b49b5 | |
| parent | 212366fb4ce01cba97af0e0ffed71578d75f10dc (diff) | |
Lien articles disponibles
https://github.com/marienfressinaud/FreshRSS/issues/379
| -rw-r--r-- | app/views/helpers/view/normal_view.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index 652def98a..1c2ed49e2 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/app/views/helpers/view/normal_view.phtml @@ -39,7 +39,7 @@ if (!empty($this->entries)) { <div id="stream" class="normal<?php echo $hidePosts ? ' hide_posts' : ''; ?>"><?php ?><div id="new-article"> - <a href="./"><?php echo Minz_Translate::t ('new_article'); ?></a> + <a href="<?php echo _url('index', 'index'); ?>"><?php echo Minz_Translate::t ('new_article'); ?></a> </div><?php foreach ($this->entries as $item) { if ($display_today && $item->isDay (FreshRSS_Days::TODAY, $this->today)) { |
