Created
September 16, 2015 11:02
-
-
Save richgcook/ff3b866101a3e9fc548f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <li><?php if ($page->prev->id) : ?><a href="<?php echo $page->prev->url; ?>">Previous</a><?php endif; ?><?php if ($page->id === $page->siblings->last->id || $page->id === $page->siblings->first->id) : ?><?php else : ?>/<?php endif; ?><?php if ($page->next->id) : ?><a href="<?php echo $page->next->url; ?>">Next</a><?php endif; ?></li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment