diff options
| author | 2013-11-14 18:20:08 +0100 | |
|---|---|---|
| committer | 2013-11-14 18:20:08 +0100 | |
| commit | 046070d5ed6bf8af1fd76f8f99a4f04629591496 (patch) | |
| tree | 7394beeab35a98e0a1fd2a411e245e0956ec5ea2 /app/layout/aside_flux.phtml | |
| parent | 605487b42d9b265879748b17a3890eeb0c76932c (diff) | |
Page "à propos" accessible aux visiteurs
Voir #266
Diffstat (limited to 'app/layout/aside_flux.phtml')
| -rw-r--r-- | app/layout/aside_flux.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index 72de9b6dd..ea2ea04ec 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -9,6 +9,8 @@ <a class="btn btn-important" href="<?php echo _url ('configure', 'categorize'); ?>"><i class="icon i_category"></i></a> </div> </li> + <?php } elseif (login_is_conf ($this->conf)) { ?> + <li><a href="<?php echo _url ('index', 'about'); ?>"><?php echo Translate::t ('about_freshrss'); ?></a></li> <?php } ?> <li> |
