Просмотр исходного кода

Correction rss_title

rss_title avait été perdu par un patch récent
Alexandre Alapetite 12 лет назад
Родитель
Сommit
f0be8fd4f2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/controllers/indexController.php

+ 1 - 0
app/controllers/indexController.php

@@ -80,6 +80,7 @@ class indexController extends ActionController {
 		$this->view->nb_not_read = HelperCategory::CountUnreads($this->view->cat_aside, 1);
 
 		// mise à jour des titres
+		$this->view->rss_title = $this->view->currentName . ' | ' . View::title();
 		if ($this->view->nb_not_read > 0) {
 			View::appendTitle (' (' . $this->view->nb_not_read . ')');
 		}