Created
January 30, 2011 03:57
-
-
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.
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
<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