Skip to content

Instantly share code, notes, and snippets.

@D1plo1d
Created January 10, 2011 19:17
Show Gist options
  • Save D1plo1d/773288 to your computer and use it in GitHub Desktop.
Save D1plo1d/773288 to your computer and use it in GitHub Desktop.
<div id="relative-nav">
<? $bottom_links = $page->prev_next(); ?>
<? if ($bottom_links[0]) { ?><a href="<? echo $bottom_links[0] ?>">&lt; <span>Previous</span></a><? }; ?>
<? if ($bottom_links[1]) { ?><a href="<? echo $bottom_links[1] ?>"><span>Next</span> &gt;</a><? }; ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment