diff options
| author | 2013-11-24 20:42:55 +0100 | |
|---|---|---|
| committer | 2013-11-24 20:42:55 +0100 | |
| commit | d85e6c5b83a45ac2084ac5bca75e6b8a069e07a0 (patch) | |
| tree | b4ce91263d8529abf1973c829fa814e6d3587783 /app/layout/nav_entries.phtml | |
| parent | 20acba36a20a61619978f8f75d236eee2676fd30 (diff) | |
Refactorise icon() dans RSSThemes::icon
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Diffstat (limited to 'app/layout/nav_entries.phtml')
| -rw-r--r-- | app/layout/nav_entries.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/layout/nav_entries.phtml b/app/layout/nav_entries.phtml index 306c1536d..0811fe8fa 100644 --- a/app/layout/nav_entries.phtml +++ b/app/layout/nav_entries.phtml @@ -1,5 +1,5 @@ <ul id="nav_entries"> - <li class="item"><a class="previous_entry" href="#"><?php echo icon('prev'); ?></a></li> - <li class="item"><a class="up" href="#"><?php echo icon('up'); ?></a></li> - <li class="item"><a class="next_entry" href="#"><?php echo icon('next'); ?></a></li> + <li class="item"><a class="previous_entry" href="#"><?php echo RSSThemes::icon('prev'); ?></a></li> + <li class="item"><a class="up" href="#"><?php echo RSSThemes::icon('up'); ?></a></li> + <li class="item"><a class="next_entry" href="#"><?php echo RSSThemes::icon('next'); ?></a></li> </ul>
\ No newline at end of file |
