Browse Source

Correction rss_title

rss_title avait été perdu par un patch récent
Alexandre Alapetite 12 năm trước cách đây
mục cha
commit
f0be8fd4f2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 . ')');
 		}