diff options
| author | 2013-11-14 18:20:08 +0100 | |
|---|---|---|
| committer | 2013-11-14 20:28:04 +0100 | |
| commit | 168dbefc0adebb5494297ce32912e7c47524ed3b (patch) | |
| tree | a60f898c4cb6893f80acd418e05a3d7cfd950c7c /app/layout | |
| parent | 6fe1e1bad0c0164e187ce4c560c2f35bafdff9a5 (diff) | |
Page "à propos" accessible aux visiteurs
Voir #266
Diffstat (limited to 'app/layout')
| -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 9471f1f7e..51cb3dcf7 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> |
