Skip to content

Instantly share code, notes, and snippets.

@davejlong
Created January 30, 2011 03:57
Show Gist options
  • Save davejlong/802508 to your computer and use it in GitHub Desktop.
Save davejlong/802508 to your computer and use it in GitHub Desktop.
A Mura CMS component that pulls the contact information from the site settings.
<h3>Contact Information</h3>
<p><strong>[mura]$.siteConfig('site')[/mura]</strong><br />
[mura]$.siteConfig('contactAddress')[/mura]<br />
[mura]$.siteConfig('contactCity')[/mura] [mura]$.siteConfig('contactState')[/mura], [mura]$.siteConfig('contactZip')[/mura]</p>
<p>Email: <a href="mailto:[mura]$.siteConfig('contactEmail')[/mura]">[mura]$.siteConfig('contactEmail')[/mura]</a><br />
Phone: [mura]$.siteConfig('contactPhone')[/mura]</p>
<p><a href="#">Contact Us</a></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment