summaryrefslogtreecommitdiff
path: root/app/Controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-08-10 12:47:54 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-08-10 12:47:54 +0200
commit1e71e672501f1d57a3d13cc7cb185f65a28c7b1d (patch)
treedca76820c2324b272e427293ebcb218a0ffe28ae /app/Controllers/indexController.php
parent3ca8c7ec4c55b4fa751fbcdc8e28f28351c4a967 (diff)
parent40b2e77b03523b8314966f2d3a6a1a532f2e0a3b (diff)
Merge branch 'dev' into 411-update-system
Diffstat (limited to 'app/Controllers/indexController.php')
-rwxr-xr-xapp/Controllers/indexController.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php
index 9a46bde6c..3119073b8 100755
--- a/app/Controllers/indexController.php
+++ b/app/Controllers/indexController.php
@@ -69,9 +69,6 @@ class FreshRSS_index_Controller extends Minz_ActionController {
// mise à jour des titres
$this->view->rss_title = $this->view->currentName . ' | ' . Minz_View::title();
- if ($this->view->nb_not_read > 0) {
- Minz_View::prependTitle('(' . formatNumber($this->view->nb_not_read) . ') ');
- }
Minz_View::prependTitle(
($this->nb_not_read_cat > 0 ? '(' . formatNumber($this->nb_not_read_cat) . ') ' : '') .
$this->view->currentName .