Преглед изворни кода

Lien articles disponibles

https://github.com/marienfressinaud/FreshRSS/issues/379
Alexandre Alapetite пре 12 година
родитељ
комит
4b05dcf908
1 измењених фајлова са 1 додато и 1 уклоњено
  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)) {