aboutsummaryrefslogtreecommitdiff
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 ca6849193..cbc514737 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 _i('prev'); ?></a></li>
- <li class="item"><a class="up" href="#"><?php echo _i('up'); ?></a></li>
- <li class="item"><a class="next_entry" href="#"><?php echo _i('next'); ?></a></li>
+ <li class="item"><a class="previous_entry" href="#"><?= _i('prev') ?></a></li>
+ <li class="item"><a class="up" href="#"><?= _i('up') ?></a></li>
+ <li class="item"><a class="next_entry" href="#"><?= _i('next') ?></a></li>
</ul> \ No newline at end of file