Skip to content

Instantly share code, notes, and snippets.

@crittermike
Created February 24, 2011 17:35
Show Gist options
  • Save crittermike/842516 to your computer and use it in GitHub Desktop.
Save crittermike/842516 to your computer and use it in GitHub Desktop.
<ul id="single_menu_links">
<li><a href="<?php print $base_path; ?>myopolis/rewards">Rewards</a></li>
<li><a href="<?php print $base_path; ?>onstreet">On-Street</a></li>
<li><a href="<?php print $base_path; ?>partnerships">Partners</a></li>
<li><a href="<?php print $base_path; ?>people">People</a></li>
<li><a href="<?php print $base_path; ?>about">About</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment