Last active
December 24, 2015 09:49
-
-
Save ryaan-anthony/6780196 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <layout> | |
| <default> | |
| <reference name="header"> | |
| <block type="global/template_links" name="courtesy.links" as="courtesyLinks"> | |
| <action method="setClassName"><class_name>courtesy</class_name></action> | |
| <action method="addLink" translate="label title"> | |
| <label>About Us</label> | |
| <url>about-us</url> | |
| <title>About Us</title> | |
| <position>1</position> | |
| <prepare>true</prepare> | |
| </action> | |
| <action method="addLink" translate="label title"> | |
| <label>News & Events</label> | |
| <url>news-events</url> | |
| <title>News & Events</title> | |
| <position>1</position> | |
| <prepare>true</prepare> | |
| </action> | |
| <action method="addLink" translate="label title"> | |
| <label>FAQs</label> | |
| <url>faqs</url> | |
| <title>FAQs</title> | |
| <position>1</position> | |
| <prepare>true</prepare> | |
| </action> | |
| <action method="addLink" translate="label title"> | |
| <label>Contact</label> | |
| <url>contacts</url> | |
| <title>Contact</title> | |
| <position>1</position> | |
| <prepare>true</prepare> | |
| </action> | |
| </block> | |
| </reference> | |
| <reference name="footer"> | |
| <block type="global/template_links" name="footer.courtesy.links" as="courtesyLinks"> | |
| <action method="setClassName"><class_name>footer-sub-nav</class_name></action> | |
| <action method="addLink" translate="label title"> | |
| <label>About Us</label> | |
| <title>About Us</title> | |
| <url>about-us</url> | |
| <position>1</position> | |
| <prepare>true</prepare> | |
| </action> | |
| <action method="addLink" translate="label title"> | |
| <label>News & Events</label> | |
| <title>News & Events</title> | |
| <url>news-events</url> | |
| <position>1</position> | |
| <prepare>true</prepare> | |
| </action> | |
| <action method="addLink" translate="label title"> | |
| <label>FAQs</label> | |
| <title>FAQs</title> | |
| <url>faqs</url> | |
| <position>1</position> | |
| <prepare>true</prepare> | |
| </action> | |
| <action method="addLink" translate="label title"> | |
| <label>Contact</label> | |
| <title>Contact</title> | |
| <url>contacts</url> | |
| <position>1</position> | |
| <prepare>true</prepare> | |
| </action> | |
| </block> | |
| </reference> | |
| </default> | |
| </layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment