diff options
| author | 2014-08-10 12:47:54 +0200 | |
|---|---|---|
| committer | 2014-08-10 12:47:54 +0200 | |
| commit | 1e71e672501f1d57a3d13cc7cb185f65a28c7b1d (patch) | |
| tree | dca76820c2324b272e427293ebcb218a0ffe28ae /app/Controllers/indexController.php | |
| parent | 3ca8c7ec4c55b4fa751fbcdc8e28f28351c4a967 (diff) | |
| parent | 40b2e77b03523b8314966f2d3a6a1a532f2e0a3b (diff) | |
Merge branch 'dev' into 411-update-system
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 . |
