aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-01 23:13:08 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-01 23:13:08 +0100
commitf0be8fd4f278f16a953492b05369f9ca215e9aab (patch)
tree47f67c3bed4af102e8aa5f43e91e9a0b5f7ed48f /app/controllers/indexController.php
parent0e9ed2a40858ce89ddba4a6a6544dc5c277dd5a6 (diff)
Correction rss_title
rss_title avait été perdu par un patch récent
Diffstat (limited to 'app/controllers/indexController.php')
-rwxr-xr-xapp/controllers/indexController.php1
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 . ')');
}