diff options
| author | 2014-08-09 23:52:33 +0200 | |
|---|---|---|
| committer | 2014-08-09 23:52:33 +0200 | |
| commit | 40b2e77b03523b8314966f2d3a6a1a532f2e0a3b (patch) | |
| tree | d8c45753a4c81c9fd55e527eba58acc026ec7220 /app/Controllers/indexController.php | |
| parent | a15c2d5168ed7248fc53e7d9606959bab4944813 (diff) | |
| parent | b68c5c6630c7b014ee29d0c782054faaa3aeb4fe (diff) | |
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
Diffstat (limited to 'app/Controllers/indexController.php')
| -rwxr-xr-x | app/Controllers/indexController.php | 3 |
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 . |
