diff options
| author | 2013-11-08 22:07:35 +0100 | |
|---|---|---|
| committer | 2013-11-08 22:07:35 +0100 | |
| commit | 38cf6946ed2fdbf1149978428ed93053dd9a375a (patch) | |
| tree | 795d9abe85a7ac596a356432910ff9bc944112c7 /app/layout | |
| parent | b15781045e03adc725da468d95734048600f6c04 (diff) | |
Fix issue #244: catégorie "tous" devient "flux principal"
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/aside_flux.phtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index a2465c6cf..1c1b5559c 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -14,7 +14,8 @@ <li> <div class="category all"> <a data-unread="<?php echo $this->nb_not_read; ?>" class="btn<?php echo $this->get_c == 'all' ? ' active' : ''; ?>" href="<?php echo _url ('index', 'index'); ?>"> - <i class="icon i_all"></i><?php echo Translate::t ('all_feeds', $this->nb_total); ?> + <i class="icon i_all"></i> + <?php echo Translate::t ('all_feeds', $this->nb_total); ?> </a> </div> </li> |
