From f0be8fd4f278f16a953492b05369f9ca215e9aab Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 1 Dec 2013 23:13:08 +0100 Subject: Correction rss_title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rss_title avait été perdu par un patch récent --- app/controllers/indexController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/indexController.php') diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php index 8ca730d0f..9c1e18f0b 100755 --- a/app/controllers/indexController.php +++ b/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 . ')'); } -- cgit v1.2.3