Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created January 7, 2013 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyhawthorne/4478486 to your computer and use it in GitHub Desktop.
Save andyhawthorne/4478486 to your computer and use it in GitHub Desktop.
<ul class="nav">
<li <?=active($page,1)?>><a href="/">Home</a></li>
<li <?=active($page,2)?>><a href="<?=base_url()?>welcome/about">About</a></li>
<li <?=active($page,3)?>><a href="<?=base_url()?>welcome/stories">Short Stories</a></li>
<li <?=active($page,4)?>><a href="<?=base_url()?>welcome/contact">Contact</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment