Skip to content

Instantly share code, notes, and snippets.

@farmerbradllc
Created May 16, 2012 15:33
Show Gist options
  • Select an option

  • Save farmerbradllc/2711334 to your computer and use it in GitHub Desktop.

Select an option

Save farmerbradllc/2711334 to your computer and use it in GitHub Desktop.
Theme Setting default value as HTML
<look-and-feel>
<theme id="healthcare" name="Healthcare Theme">
<settings>
<setting configurable="true" key="contact-content" type="textarea" value="&lt;ul&gt;
&lt;li&gt;456 Cog Way, CA 78910&lt;/li&gt;
&lt;li&gt;123.456.7890&lt;/li&gt;
&lt;li&gt;[email protected]&lt;/li&gt;
&lt;/ul&gt;" />
</settings>
</theme>
</look-and-feel>
<div id="contact" class="aui-column aui-w25 aui-column-last">
<h3>${theme_settings.contact-title}</h3>
${theme_settings.contact-content}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment