Skip to content

Instantly share code, notes, and snippets.

@ryaan-anthony
Last active December 24, 2015 09:49
Show Gist options
  • Select an option

  • Save ryaan-anthony/6780196 to your computer and use it in GitHub Desktop.

Select an option

Save ryaan-anthony/6780196 to your computer and use it in GitHub Desktop.
<?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 &amp; Events</label>
<url>news-events</url>
<title>News &amp; 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 &amp; Events</label>
<title>News &amp; 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