diff options
| author | 2013-03-11 20:26:22 +0100 | |
|---|---|---|
| committer | 2013-03-11 20:26:22 +0100 | |
| commit | e405af1049a6abbee717db0d4e289f4cd4862b67 (patch) | |
| tree | 6f2551ca2ea2f95bd31fd045a86e85caa79a7898 /app/layout/aside.phtml | |
| parent | 53aef139b8c61f41fede93b3f58659820b10ccf4 (diff) | |
Màj design + suppression endless_mode + suppression read_mode (reviendra sous une autre forme ?)
Diffstat (limited to 'app/layout/aside.phtml')
| -rw-r--r-- | app/layout/aside.phtml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/layout/aside.phtml b/app/layout/aside.phtml index 82bd2b051..1432c10ca 100644 --- a/app/layout/aside.phtml +++ b/app/layout/aside.phtml @@ -17,10 +17,6 @@ </li> <?php } ?> - <li> - <a href="<?php echo Url::display (array ('c' => 'feed', 'a' => 'actualize')); ?>">Mettre les flux à jour</a> - </li> - <?php if (login_is_conf ($this->conf)) { ?> <li> <?php if (!is_logged ()) { ?> @@ -47,7 +43,7 @@ <li class="category<?php echo $this->get == $cat->id () ? ' active' : ''; ?>"> <a href="<?php echo Url::display (array ('params' => array ('get' => $cat->id ()))); ?>"> <?php echo $cat->name (); ?> - <span><?php echo $cat->nbFeed (); ?> flux (<?php echo $cat->nbNotRead (); ?>)</span> + <span><?php echo $cat->nbNotRead (); ?> non lu</span> </a> </li> <?php } ?> |
