From: Florent Bruneau Date: Tue, 25 Mar 2008 23:22:32 +0000 (+0100) Subject: Don't hide the rss link when no event is currently available. X-Git-Tag: xorg/0.9.16~53 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4c5aa36a3244462f30d5f0b10ca322b09a39e43e;p=platal.git Don't hide the rss link when no event is currently available. Signed-off-by: Florent Bruneau --- diff --git a/templates/events/index.tpl b/templates/events/index.tpl index 226a6a9..9ecbe18 100644 --- a/templates/events/index.tpl +++ b/templates/events/index.tpl @@ -131,7 +131,18 @@ Bienvenue {$smarty.session.prenom}{if $birthday} {/foreach} {if !$has_evts} - Aucun article actuellement + + {if $smarty.session.core_rss_hash} + + {icon name=feed title='fil rss'} + + {else} + + {icon name=feed_add title='Activer mon fil rss'} + + {/if} + Aucun article actuellement + {/if}