Adding an example snippet:

To add a snippet to your site you will need to follow these steps:

  1. Go to Structure -> Administer Snippets -> Add
  2. You will then want to add the name of the snippet(on this page) into the Administrative title field 
  3. Click the source button on the text editor within the Snippet Content field.
  4. Copy and paste the code displayed on this page for your desired snippet into the Snippet Content field.
  5. Press save.
  6. Now your snippet should be addable to any page through the text editor option add snippet.

Here is a list of snippets that can be used on your site by adding them through the above method.

2. Secondary Items

Secondary Item styling.

This is used for the secondary action of the page. This can be used multiple times on a page, but only if there is multiple evenly weighted secondary level actions of a page. Otherwise inline text links should be used for any tertiary level action.


Secondary Item - Download

<a class="action-item action-item--shaded" href="{file}" target="_blank"><span class="action-item__icon icon icon-download"> </span>{downloadtext}</a>

Secondary Item - Email

<a class="action-item action-item--shaded action-item--email" href="mailto:{emailaddress}">{emailaddresstext}</a>

Secondary Item - Phone

334 31063
<span class="action-item action-item--phone action-item--shaded">{threenumberextension} <strong>{internalnumber}</strong></span>

Secondary Item - Location

<a class="action-item action-item--shaded" href="{locationlink}" target="_blank" title="Google Map"><span class="action-item__icon icon icon-map-marker"></span>{locationtext}</a>

Secondary Item - Project

<a class="action-item action-item--shaded" href="{websitelink}"><span class="action-item__icon icon icon-line-chart"></span>{websitetext}</a>

Secondary Item - Website

<a class="action-item action-item--shaded" href="{websitelink}"><span class="action-item__icon icon icon-globe"></span>{websitetext}</a>

Secondary Item - Twitter

<a class="action-item action-item--shaded" href="{twitterlink}" target="_blank"><span class="action-item__icon icon icon-twitter"></span>{textlink}</a>

Secondary Item - Facebook

<a class="action-item action-item--shaded" href="{fblink}" target="_blank"><span class="action-item__icon icon icon-facebook"></span>{textlink}</a>