summaryrefslogtreecommitdiff
path: root/app/layout/aside.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-28 00:54:52 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-28 00:54:52 +0200
commitb5c39ef5ef10ca80816260030ef6a3e9a6c59acf (patch)
treee0ac65dfecfdfbda1bdf0e971e4514cbb3d8e6bd /app/layout/aside.phtml
parente0774203b0027dd4fe794140b9057c9a82f44d07 (diff)
nombre de non lus est màj directement en js
Diffstat (limited to 'app/layout/aside.phtml')
-rw-r--r--app/layout/aside.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside.phtml b/app/layout/aside.phtml
index 36e1bede2..51c64fa08 100644
--- a/app/layout/aside.phtml
+++ b/app/layout/aside.phtml
@@ -7,7 +7,7 @@
<ul id="menu">
<li <?php echo Request::controllerName () == 'index' ? 'class="active"' : ''; ?>>
<a href="<?php echo Url::display (array ()); ?>">
- Flux RSS <?php if ($this->nb_not_read > 0) { ?><span>(<?php echo $this->nb_not_read; ?> non lu<?php echo $this->nb_not_read > 1 ? 's' : ''; ?>)</span><?php } ?>
+ Flux RSS <span class="nb_not_read"><?php if ($this->nb_not_read > 0) { ?>(<?php echo $this->nb_not_read; ?> non lu<?php echo $this->nb_not_read > 1 ? 's' : ''; ?>)<?php } ?></span>
</a>
<?php if (isset ($this->cat_aside)) { ?>