summaryrefslogtreecommitdiff
path: root/app/layout/aside_flux.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-17 02:47:54 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-17 02:47:54 +0100
commitfb32aa4ef1253573115766bc48068ea1a7db4082 (patch)
tree60c7f10eabc9bd2de4ecf2278b0545a26622416b /app/layout/aside_flux.phtml
parentd63eddf0c5a563d11c880bb700dafc889ee87a3d (diff)
Amélioration affichage notifications + améliorations divers niveau affichage + ajout options pour auto-marquage des articles comme lus (à l'ouverture de l'article / du site / de la page)
Diffstat (limited to 'app/layout/aside_flux.phtml')
-rw-r--r--app/layout/aside_flux.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml
index 0a68a335a..5bf8c8160 100644
--- a/app/layout/aside_flux.phtml
+++ b/app/layout/aside_flux.phtml
@@ -51,7 +51,9 @@
<li class="dropdown-close"><a href="#close"><i class="icon i_close"></i></a></li>
<li class="item"><a href="<?php echo _url ('index', 'index', 'get', 'f_' . $feed->id ()); ?>">Filtrer</a></li>
<li class="separator"></li>
+ <?php if (!login_is_conf ($this->conf) || is_logged ()) { ?>
<li class="item"><a href="<?php echo _url ('configure', 'feed', 'id', $feed->id ()); ?>">Gestion</a></li>
+ <?php } ?>
<li class="item"><a href="<?php echo $feed->website (); ?>">Voir le site</a></li>
</ul>
</div>