diff options
| author | 2013-11-24 12:05:28 +0100 | |
|---|---|---|
| committer | 2013-11-24 12:05:28 +0100 | |
| commit | 2e387749d55fe6a39e9c77c7272faf9c8d71591b (patch) | |
| tree | e5611363f7e06696758b81cfbce1e4e7d1c75792 /app/layout | |
| parent | 4d60c911017e62b5c3810fdfa640a5176a05fc5c (diff) | |
Suite de icon()
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/nav_menu.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index affdaaa10..38a5a14a3 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -1,5 +1,5 @@ <div class="nav_menu"> - <a class="btn toggle_aside" href="#aside_flux"><?php echo icon('category-white'); ?></a> + <a class="btn toggle_aside" href="#aside_flux"><?php echo icon('category'); ?></a> <?php if (!login_is_conf ($this->conf) || is_logged ()) { ?> <a id="actualize" class="btn" href="<?php echo _url ('feed', 'actualize'); ?>"><?php echo icon('refresh'); ?></a> |
