diff options
Diffstat (limited to 'app/controllers/indexController.php')
| -rwxr-xr-x | app/controllers/indexController.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 . ')'); } |
