summaryrefslogtreecommitdiff
path: root/app/layout/nav_entries.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/layout/nav_entries.phtml')
-rw-r--r--app/layout/nav_entries.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/layout/nav_entries.phtml b/app/layout/nav_entries.phtml
index 49dd4eae1..306c1536d 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="#"><i class="icon i_prev">⏪</i></a></li>
- <li class="item"><a class="up" href="#"><i class="icon i_up">△</i></a></li>
- <li class="item"><a class="next_entry" href="#"><i class="icon i_next">⏩</i></a></li>
+ <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>
</ul> \ No newline at end of file