Skip to content

Instantly share code, notes, and snippets.

@dbonneville
Created May 4, 2011 18:37
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 dbonneville/955746 to your computer and use it in GitHub Desktop.
Save dbonneville/955746 to your computer and use it in GitHub Desktop.
pyr global nav
# set up the nav on the far right that links to all the sites
lib.utilityNav = COA
lib.utilityNav {
10 = HTML
10.value = <div id="nav-util">
20 = HTML
20.value = <p><a href="https://fmtclogin.fidelity.com/">Client Login</a> &nbsp;|&nbsp;
30 = HTML
30.value = <ul class="nav" id="nav-one">
40 = HTML
40.value = <li id="arrow"><a>United States</a>
50 = HTML
50.value = <ul>
60 = HTML
60.value = <li><a href="/global.html">Global Home</a></li>
70 = HTML
70.value = <li><a href="/us.html">United States</a></li>
80 = HTML
80.value = <li><a href="/ca/en.html">Canada</a></li>
90 = HTML
90.value = <li><a href="/uk.html">United Kingdom</a></li>
100 = HTML
100.value = <li><a href="hk/en.html">Hong Kong</a></li>
140 = HTML
140.value = </ul></li></ul></p>
150 = HTML
150.value = </div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment