diff options
| author | 2013-04-13 11:11:48 +0200 | |
|---|---|---|
| committer | 2013-04-13 11:11:48 +0200 | |
| commit | 2f7ecb2e490ade40350a68b902b4ff28e3168cbb (patch) | |
| tree | 219d9bccf5ff7e7812db45c156a8d03e94223fe1 /app/layout/aside_flux.phtml | |
| parent | ce0a50585ef5625cf8b7e4834f35fdcfb68925ef (diff) | |
Fix issue #46 : ajout de la select list pour les catégories en vue mobile
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 c7b520b35..198103428 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -1,4 +1,6 @@ <div class="aside aside_flux" id="aside_flux"> + <a class="toggle_aside" href="#close"><i class="icon i_close"></i></a> + <ul class="categories"> <?php if (!login_is_conf ($this->conf) || is_logged ()) { ?> <li><a class="btn btn-important" href="<?php echo _url ('configure', 'feed'); ?>">Gestion des abonnements</a></li> |
