Parcourir la source

Lien articles disponibles

https://github.com/marienfressinaud/FreshRSS/issues/379
Alexandre Alapetite il y a 12 ans
Parent
commit
4b05dcf908
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/views/helpers/view/normal_view.phtml

+ 1 - 1
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)) {